/* Container for BookReader used by Colorbox */
#scrapbook-viewer-book-colorbox-content {
  width: 100%;
  height: 100%;
}

/* BookReader DIV targeted by Javascript  */
#BookReader {
  width: 100%;
  height: 100%;
}

/* BookReader not in fullscreen mode */
#BookReader:not(.fullscreenActive) {
  position: relative;
}

/* Loading animated GIF in background of Colorbox container */
#scrapbook-viewer-book-colorbox-content {
  background: url(/modules/custom/wm_bookreader/images/loading_animation.gif) no-repeat center center;
}

/* Container for "Info" and "Share" buttons (upper-righthand corner) */
#BookReader .BRtoolbarSectionInfo {
  display: none;
}

/* Extra features: redundant control button and page numbers display */
#BookReader .BRicon.viewmode.hide,
#BookReader .BRcurrentpage.BRmin.hide {
  display: none;
}
