/* line 1, ../sass/readium_js/_core.scss */
html {
  height: 100%;
  margin: 0; }

/* line 6, ../sass/readium_js/_core.scss */
body {
  height: 100%;
  width: 100%;
  margin: 0;
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */ }

/* line 17, ../sass/readium_js/_core.scss */
iframe {
  border-width: 0; }

/* line 21, ../sass/readium_js/_core.scss */
#viewport {
  width: 100%;
  height: 100%;
  position: relative; }

/*Reflowable layout*/
/* line 3, ../sass/readium_js/_reflowable-layout.scss */
#reflowable-book-frame {
  position: absolute !important;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0px;
  background-color:#FFF;
  -moz-box-shadow: 0 0 0.15em 0.2em #636363;
  -webkit-box-shadow: 0 0 0.15em 0.2em #636363;
  box-shadow: 0 0 0.15em 0.2em #636363;
 }


/* line 13, ../sass/readium_js/_reflowable-layout.scss */
#reflowable-content-frame {
  position: absolute !important;
  opacity: 1;
  visibility: visible;
  overflow: hidden; }