/*IMAGES*/
.page{
  overflow: hidden;
}
.row{
  width: 100%;
}
#selectableImages{
  height: 15%;
  margin: 1% 5%;

  width: 90%;
  text-align: center;
  position: relative;
  display: block;
  /* float: left; */
}

#selectableImages li{
    display: inline-block;
    width: 10%;
    height: 100%;
    margin: 0 0.2%;
    height: auto;
}

#selectableImages img.dragImg {
    width: 100%;
    height: auto;
    /* margin: 10px; */
    /* border: 5px solid #1e90ff; */
}

.ui-sortable li{
  color: #1D4E89;
  text-align: center;
  background-color: #B5E2FF;
}


.longerText{
  font-size: 0.63em;
  line-height: 1em;
}


.dragarea .longerText {
   font-size: 0.9em;
   
    
}


.dragarea img.dragImg {
    width: 100%;
    /* height: 50%; */
    /* margin: 10px; */
    
}
/*TABLE
*/
.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#external:first-child { 
    display; inline-block;
    width 5%;
}
div#dragareaHolder {
  height: 70%;
  width: 100%;
  display: block;
  /* top: 1%; */
  position: relative;
}

.dragareaTable {
  width: 90%;
  height: 100%;
  margin: auto;
  height: 100%;
}
#external{
  height: 5%;
  /* padding-left: 5%; */
  border: 0;
  display: block;
  position: relative;
  float: left;
}

.answerHolder {
    height: 50%;
    /* min-height: 200px; */
    display: block;
    position: relative;
    float: left;
}

.otherTitle{
  vertical-align: middle;
  width: 5%;
  top: 50%;
  position: relative;
  display: inline-block;
  float: left;
}
.dragAreaHolder{
  background-color: #1D4E89;
  height: 100%;
  border: 2px solid #fff;
  min-height: 200px;
  display: inline-block;
  position: relative;
  width: 45%;

  float: left;
}
ul.dragarea{
  height: 100%;
  width: 100%;
  display: block;

}

.dragarea li {
  display: inline-block;
  width: 29%;
  padding: 1%;
  cursor: pointer;
  margin: 1%;
}

/*BUTTON
*/


button#prompt_btn {
  margin: auto;
 
  display: block;
  margin-top: 3%;
  position: relative;
  cursor: pointer;
  background-image: none;
  
  /* height: 5%; */
}

button#prompt_btn:hover {
  background-image: none;
}


/*SUGGESTIONS*/
#promptholder {
  display: none;
  color: #1D4E89;
  position: absolute;
  top: 15%;
  left: 20%;
  background-color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  border: 3px solid #1D4E89;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 60%;
  z-index: 5000;
  padding: 0.5em;
  cursor: move;
  z-index: 5000;
}

.prompt li {
  margin-bottom: 1em;
}
/*MEDIA QUERIES*/


.externalTitle {
    display: inline-block;
    width: 40%;
    padding-left: 5%;
    background-color: #fff;
}
span.answerTitle {
  font-weight: bold;
  padding-right: 0.3em;
}

@media screen and (max-height: 800px) {

  #selectableImages li {
    
  }
#selectableImages li span{
    position: relative;
    display: block;
    bottom: 0.1em;
    background:#B5E2FF;
    font-size: 0.7em;
    left:0;
    width:100%;

  }
  div#dragareaHolder {
    height: 66%;
    font-size: 0.9em;
}


}