html, body {
        height: 100%;
        font-family: "Open Sans", Helvetica, Arial, Sans-serif;
      }
      body {
        background: #171717;
        color: #999;
        height: 100%;
        margin: 0; !important
      }
      h1 {
        color: #fff;
      }
      body .modal {
        color: #333;
      }
      #comicImages {
        text-align: center;
        height: 100%;
        overflow: auto;
        -ms-overflow-style: none;
        outline: 0;
      }
      #comicImages.fitHorizontal {
        height: calc(100% - 41px);
      }
      #introText {
        margin-top: 100px;
      }
      #comicImages.fitVertical img {
        max-height: 100%;
        max-height: calc(100% - 41px);
        
        width: auto;
      }
      
      .spread2 .fitVertical img {
        max-width: 50%;
      }
      
       .spread1 .fitVeritcal img {
        max-width: 100%;
       }
      
       .spread2 .fitHorizontal img {
        height: auto;
        width: 50%;        
      }
      .spread1 .fitHorizontal img {
        height: auto;
        width: 100%;
      }
      
      .fitBoth img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-height: calc(100% - 41px);
        }
        .spread1 .fitBoth img {
          max-width: 100%;
        }
        .spread2 .fitBoth img {
          max-width: 50%;
      }
      #preload {
      	display: none;
      } 
      #postload {
      	display: none;
      } 

 .img-url {
    display: none;
 }
 
 a:hover {
    cursor: pointer;
 }
 
 a:visited, a:active {
    color: inherit;
 }
 
 .nav select {
    margin: 5px 0px 5px 0px;
 }
 
 .disabled  > a:hover {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
    background-image: none;
    color: #333333 !important;
 }
 
 .disabled > a {
    color: #333333 !important;
 }
 
:-webkit-full-screen {
    background: #000;
}
 
:-moz-full-screen {
    background: #000;
}
 
:-ms-fullscreen {
    background: #000;
}
 
:fullscreen {
    background: #000;
}

:-webkit-full-screen.fitVertical img {
    max-height: 100% !important;
}
 
:-moz-full-screen.fitVertical img {
    max-height: 100% !important;
}
 
:-ms-fullscreen.fitVertical img {
    max-height: 100% !important;
}
 
:fullscreen.fitVertical img {
    max-height: 100% !important;
}

:-webkit-full-screen {
    position: fixed;
    width: 100%;
    top: 0;
}

::-webkit-scrollbar { width: 0 !important }

.hidden {
    display: none;
}

.mobile-navbar {
    height: 40px;
    margin: 0;
    position: static;
    overflow: visible;
    z-index: 99;
}

.mobile-navbar .brand {
    color: #bbb;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    float: left;
    padding: 10px 20px 10px 10px;
    font-size: 18px;
    font-weight: 200;
}

.mobile-navbar .brand:hover , .mobile-navbar .brand:focus  {
    color: #bbb;
    text-decoration: none;
}

.mobile-navbar .brand:active {
    color: #bbb;
}

.mobile-nav  {
    float: left;
    margin: 0;
}

.mobile-nav > li {
    float: left;
    list-style: none;
    padding: 10px 15px;
}

.mobile-nav-right{
    list-style: none;
    padding: 5px;
    display: block;
    float: right;
    margin: 0;
}

#mobile-single-page-select {
    margin: 0;
    width: 50px;
    display: block;
    font-size: 16px;
}

#mobile-two-page-select {
    margin: 0;
    width: 50px;
    display: block;
    font-size: 16px;
}

.mobile-navbar-inner {
    height: 100%;
    background-color: #1b1b1b;
    background-image: linear-gradient(to bottom,#222,#111);
    background-repeat: repeat-x;
    border: 1px solid #252525;
    border-width: 0 0 1px;
}

.mobile-navbar-inner::before, .mobile-navbar-inner::after {
    display: table;
    line-height: 0;
    content: "";
}

#mobileImages {
    text-align: center;
    overflow: auto;
    overflow-style: none;
    outline: 0;
}

#mobileImages.fitVertical img {
    max-height: 100%;
    width: auto;
}

.mobile-nav img {
    max-height: 16px;
}
