html, body {
  height: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

.epub_body {
  background: #ddd7cf;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
             supported by Chrome, Edge, Opera and Firefox */
}
.epub_body .container {
  background: #f1e9de;
  min-height: 100%;
}
.epub_body .container > div.menu {
  position: relative;
  background: #cec9c3;
}
.epub_body .container > div.menu .open-menu {
  background: #cec9c3;
}
.epub_body .container > div.menu .absolute {
  position: absolute;
  background: #ddd7cf;
  top: 100%;
  left: 0;
}
.epub_body .container > div.menu .absolute .my-circle {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.epub_body .container > div.menu .absolute .my-circle.yellow {
  background: #f1e9de;
}
.epub_body .container > div.menu .absolute .my-circle.black {
  background: #000;
}
.epub_body .container > div.menu .absolute .my-circle.white {
  background: #fff;
}

/*# sourceMappingURL=epub.css.map */
