/* Default styling for Zoomify container */
.olZoomifyDisplay {
  width: 100%;
  height: 700px;
  max-width: none;
  background-color: rgb(255, 255, 255);
}
.olZoomify {
  background-color: rgb(222, 236, 251);
}
/* Default styling for on-screen button container */
.onScrnBtnContainer {
  display: table;
  position: relative;
  margin: 0 auto;
  bottom: 2em;
  z-index: 1000;
  text-align: center;
}

/* Default styling for on-screen buttons */
.onScrnBtn {
  padding: 5px 10px;
  background: rgba(0, 60, 136, 0.5);
  color: #FFFFFF;
  margin: 0px 5px;
  font-size: .6em;
  line-height: 1em;
}
.olZoomify {
  margin-bottom: 20px;
}
