@media all and (max-width: 630px) {
  /* First, hide the main menu */
  #p-menu {
    display: none; }
  /* then display the mobile menu */
  /* lastly, show your mobile menu button */ }

@media all and (min-width: 631px) {
  /* Hide the mobile menu */
  #m-menu {
    display: none; }
  /* Unhide the regular menu */
  /* Lastly, hide the mobile menu button */
  #m-btn {
    display: none; } }

@media all and (max-width: 630px) {
  div.only-pc {
    display: none !important; } }

body.site {
  background-repeat: repeat-x;
  background-image: url("/img/bg.jpg");
  background-color: #196795; }

div#main {
  margin-top: 0; }

.pointer {
  cursor: pointer; }

#sFONGuwHjkQS {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999; }
  #sFONGuwHjkQS .msg {
    margin: 150px auto;
    padding: 50px 20px;
    width: 80%;
    background-color: #d30000;
    border: 7px solid #fff;
    text-align: center;
    font-size: 15pt;
    font-weight: bold;
    color: #fff;
    border-radius: 5px; }

body.leitor {
  background-color: #fff;
  margin-top: 50px; }

div#page {
  overflow: auto;
  white-space: nowrap; }
  div#page div {
    display: inline-block;
    vertical-align: top; }

div#page-tudo div {
  display: inline-block;
  vertical-align: top; }

#mangaPag {
  border: 2px solid #ccc;
  margin: 0 15px; }

.esconder {
  display: none !important; }

div.novel-chapter {
  margin: 0 40px;
  display: inline-block;
  max-width: 60%;
  white-space: normal;
  text-align: justify;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13pt; }

@media all and (max-width: 630px) {
  div.novel-chapter {
    max-width: 100%;
    font-size: 10pt; } }
