
body{
  background-color:#a0cfe9;
  margin-left:0px;
}

#view{
  width:100%;
  /*height:800px;*/
  max-height:90%;
}

#box{
  width:100%;
  max-width:1200px;
  height:100%;
  max-height: 800px;
  border:1px solid black;
  background-color:#a0cfe9;
}

#image{
  height:70% !important;
  max-height:650px;
  max-width:70%;
  padding-top:3%;
  padding-left:0px !important;
}

#bounds{
  padding-top:3%;
  height:90%;
}

#next, #next>*{
  float:right;
  height:45px;
  bottom:0;
}

.separator{
  width:100%;
  height:2px;
}

#prev, #prev>*{
  height:45px;
  bottom:0px;
}

/*center{
  height:100%;
}*/