html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Milo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  vertical-align: baseline;
}
*:focus {
    outline: 0;
}
.fa-book,.fa-gear,.fa-tag,.fa-map-marker,.fa-users,.fa-clock-o,.fa-cogs{
  opacity: .75
}
 @font-face { font-family: 'walters gothic'; src: url('/fonts/Walters_Gothic.otf'); }
#toc-inner::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height:7px;
}
#toc-inner::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
#toc-inner::-webkit-scrollbar-corner {
    display:none;
}
@-moz-document url-prefix() {
/*
    .deco-page-list {
    height:50%;
    }
*/
}
p{
  margin:0px;
  font-size:14px;
  color:black;

}
h2{
  margin:0px;
  font-size: 16px;
  font-weight: 400;
}
h4{
  margin:10px 0px;
  color:black;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
a{
  color:inherit;
  text-decoration: none;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }
body {
  line-height: 1;
  position: relative;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body{
/*   background-color:rgb(55, 55, 55); */
  background-color:#ffffff;
  color:rgb(69, 69, 69);
  margin: auto;
  width:100%;
  height:100%;
}
#book-container{
  background-color:#000000;
/*   margin-top:10px; */
  padding: 8px 6px 0px 6px;
  height:auto;
  color:white;
  position:relative;
/*   overflow: auto; */
  width: 100%;
}
#main-menu{
  padding:15px;
  border-top: 1px solid rgb(69, 69, 69);
  border-bottom: 1px solid rgb(69, 69, 69);
  background-color: white;
}
#book-menu{
/*
  height: 100px;
  position: absolute;
  width: 1000px;
  background-color: red;
*/
}
#toc{
  color:black;
  background-color: rgb(228, 228, 228);
  position: absolute;
  width: 335px;
  height:550px;
  top: 50px;
  display: none;
}
#toc-wrapper{
  position: relative;
}
#toc-header{
  height: 40px;
    line-height: 40px;
    background-color: #000000;
    text-align: left;

}
.return:hover{
  color:#F45126;
}
.nav-arrows:hover{
  opacity: .8;
}
.BRicon:hover{
  opacity: .8;
}
.fa-gear:hover{
  opacity: .8;
}
.fa-info-circle:hover{
  opacity: .8;
}
#toc-header:after {
  bottom: 100%;
  left: 6%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(84, 74, 61, 0);
  border-bottom-color: #000000;
  border-width: 10px;
  margin-left: -10px;
}
#toc-header>span{
  color: #D7D3CC;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'walters gothic';
    padding: 10px;
}
#menu-chapters{
  color:white;
/*   height:8%; */
  background-color:black;
/*   padding:15px; */
  margin:10px 50px 10px;
  padding-bottom:5px;
  text-align: center;
  position: relative;
/*   min-height:5.5%; */
/*   min-height: 38px; */
/*   border-bottom:1px solid #000000; */
}
#detail-tabs{
  width:100%;
  margin-top:25px;
}
.tab{
  color: #000000;
    display: inline-block;
    background-color: #D7D3CC;
    padding: 8px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 3px 3px 0px 0px;
    border: 1px solid #D7D3CC;
    border-bottom: none;
}
.active-tab{
  background-color:#F5F4F2!important;
}
.tab:hover{
  background-color: #E8E5E0;
}
.keyword:hover{
  background-color: #E8E5E0;
}
.active{
  opacity: 1!important;
}
.left-page{
/*   border-bottom:2px solid rgb(55, 55, 55); */
  width:20%;
  text-align: left;
  cursor:pointer;
  position: absolute;
    bottom: 0;
    left: 0;
}
.right-page{
/*   border-bottom:2px solid rgb(55, 55, 55); */
  width:20%;
  text-align: left;
  cursor:pointer;
  position: absolute;
    bottom: 0;
    right: 0;
}
.left-page p{
  color:white;
  margin-top:5px;
}
.right-page p{
  color:white;
  margin-top:5px;

}
#left-chapters{
  display:inline-block;
  text-align: right;
  width:32%;
  margin-right:15px;
  font-size:15px;
}
#chapters{
  display:inline-block;
  width:60%;
  font-size:15px;
  min-height: 5px;
/*   position: absolute; */
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  color:#D7D3CC;

}
#chapters span{
  color:#D7D3CC;
}
#right-chapters span{
  color:rgb(124,124,124);
}
#chapters p{
  color: #EC7A53;
  display:inline;
  font-size:10px;
}
#chapters p:hover{
  color: #F45126;
}
#right-chapters p{
  color:white;
  display:inline-block;
  font-size:16px;
}
#chapter-details{
/*   margin:0px 50px; */
  margin:0 auto;
  margin-top:25px;
  max-width:500px;
  padding-bottom:15px;
  display:none;
  background-color:black;
  color:white;
/*   border-bottom:1px solid #000000; */
  overflow:auto;
}
#chapter-details div{
  margin-right:15px;
}
#chapter-details p{
  color:white;
  margin:5px 0px;
  font-size: 18px;
  line-height: 15px;
  font-weight: 700;
}
#chapter-details p.note{
  color:rgb(124,124,124);
}
#left-page-cd{
  width:20%;
  float:left;
  text-align: left;
  min-height: 5px;
}
#right-page-cd{
  width:20%;
  float:right;
  text-align: left;
  margin-right:0px!important;
  min-height: 5px;
}
.column-cd{
  width:47%;
  float:left;
}
.column-cd-single{
  width:95%;
  float:left;
}
#chapter-columns{
  width: 58%;
  float: left;
  margin-right:0px!important;
}
#brcontainer-wrapper{
  position: relative;
}
.toc-note{
  font-size: 12px!important;
    color: #9F907D;
    font-style: italic;
}
.toc-note>span:hover{
  color: #C0B4A5;
}
.toc-column{
  display:inline-block;
/*   height:85%; */
  white-space: normal;
  vertical-align: top;
  width: 100%;
  border-bottom: 1px solid #363029;
  position: relative;
}
.toc-column>p {
  margin:5px 0px;
  font-size: 14px;

}
.toc-column>p>.toc-column-title{
  color: #D7D3CC!important;
    text-decoration: none!important;
    cursor: pointer;
}
.toc-column>p>.toc-column-title:hover{
  color: #D1C8BB!important;
}
.toc-column li{
  font-size:12px;
  color:#9F907D;
  line-height: 13px;
  margin: 10px 0px 7px 10px;
  cursor: pointer;
  font-style: italic;
}
.toc-column li:hover{
  color: #6F6252;
}
#toc-inner{
/*
  width:calc(100% + 50px);
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  height:auto;
*/
    text-align: left;
    padding: 10px 25px;
    background-color: #1C1A17;
    overflow-x: scroll;
    height: -moz-calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
}
.open-pages{
  cursor: pointer;
  font-style: normal;
  text-transform: uppercase;
  font-size: 9px!important;
  color: #AFA18F;
    padding-bottom: 4px;
  margin: 13px 0px 4px!important;
}
.open-pages:hover{
  color: #6F6252;
}
.toc-page{
  color: #000000;
  font-size: 18px;
  font-style: italic;
}
.deco-page-list{
  display:none;
/*
  overflow-x: scroll;
  overflow-y: auto;
*/
}
.deco-page-list li{
  position: relative;
}
.ch-illu{
  font-size: 9px!important;
}
.description{
  padding: 20px 25px 50px;
/*   margin-bottom: 20px; */
  overflow: auto;
  min-height:400px;
  margin:0px 6px;
}
.description p{
  font-size: 18px;
  line-height: 22px;
  color:#000000;
}
.description h4{
  font-weight: bold;
  line-height: 22px;
  font-size: 18px;
  font-family: "Milo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color:#000000;
  margin: 15px 0px 10px 0px;
}
.description h3{
  font-weight: bold;
  line-height: 17px;
  font-size: 14px;
  font-family: "Milo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color:black;
}
.desc-col-left{
  width:50%;
  float:left;
  padding-right:20px;
}
.desc-col-right{
  width:48%;
  float:right;
  margin-top:70px;
}
.download{
  background-image: url(BookReader/images/icons/dl.png);
  width: 18px;
  height: 17px;
  display:inline-block;
  margin-left: 5px;
}
.inline-block{
  display:inline-block;
}
.fa{
  background-position: -720px 600;
  font-size: 22px;
  color:#000000;
}
.BRicon i {
  color: #D7D3CC;
}
.odd-col{
  float: left;
  min-width: 200px;
  min-height: 240px;
}
.options{
  background: none;
    border: none;
    cursor: pointer;
    margin-top: -4px;
    margin-left: 7px;
}
#left-page-title{
  width: 50%;
    display: inline-block;
    float: left;
    border-right: 1px solid #000000;
    padding-right: 10px;
    text-align: right;
    height:15px;
}
#right-page-title{
  width: 50%;
    display: inline-block;
    float: left;
    text-align: left;
    padding-left: 10px;
}
.title{
  color: #D7D3CC;
    font-size: 18px;
    font-style: italic;
}
.chapter-title{
  color: #EC7A53;
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
}
#triangle{
  position: absolute;
    z-index: 55555555555;
    left: 0;
    right: 0;
    text-align: center;
}
.bg-pattern{
  background-image: url('/assets/images/bg.png')!important;
  background-repeat: repeat!important;
}
.return{
  color: #E56442;
    font-size: 18px;
    display: block;
    margin-bottom:10px;
}
#desc-manuscript{
  color:#000000;
  font-size: 26px;
  font-weight: bold;
}
#desc-id{
  color:#9F907D;
  font-size: 14px;
  font-weight: bold;
}
.overview-container{
    background-color: #F5F4F2;
    width: 100%;
    border: 1px solid #D7D3CC;
    margin-top: -1px;
    border-radius: 0px 3px 3px 3px;
    padding: 10px;
    display: none;
    overflow: auto;
}
.description h3{
  margin: 0;
}
.walters-title{
  text-transform: uppercase;
  font-family: 'walters gothic';
  font-size: 18px;
}
#keywords{
  margin: 5px -3px;
}
.keyword{
  background-color: #D7D3CC;
    display: inline-block;
    padding: 8px;
    color: #000000;
    font-size: 16px;
    margin: 3px 3px 3px 3px;
    border-radius: 3px;
    cursor: pointer;
}
.action-button{
  display: inline-block;
    color: #ECEAE6;
    background-color: #B9A892;
    font-size: 15px;
    border-radius: 3px;
    padding: 7px 10px;
    margin: 15px 10px 5px 0px;
    font-family: 'walters gothic';
    text-transform: uppercase;
    cursor: pointer;
}
.info-col{
  width:50%;
  display: inline-block;
  float: left;
}

/* START OF COLLECTION STYLES */
#collection-container{
  position: fixed;
  z-index: 10000000000;
  width: 100%;
  bottom: 0;
}
#collection-head{
  padding: 9px 10px 7px 10px;
  cursor: pointer;
  width:auto;
  background-color: #fff;
  display:inline-block;
  position: absolute;
  top: -32;
  right:0;
}
#collection-head span{
  font-family: 'walters gothic','Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #000000;
}
#collection-body{
  padding: 8px;
  background-color: #fff;
  height:175px;
  width:100%;
  display:none;
  border-radius: 3px 0px 0px 0px;
}
#collection-wrapper{
  position: relative;
    margin: -6px 6px;
}
#share-input{
  margin: 10px 0px;
  width:100%;
}
#share-collection{
/*
  padding: 10px;
    background-color: #9F907D;
    border-radius: 5px;
*/
    color: #333333;
/*     margin-bottom: 7px; */
/*     cursor: pointer; */
}
#share-collection p{
  color: #333333;
  font-weight: 700;
}
#clear-collection{
  padding: 10px 0px;
/*     background-color: #D7D3CC; */
    border-radius: 5px;
    color: #000000;
    margin-bottom: 7px;
    cursor: pointer;
}
#clear-collection p{
  color: #000000;
}
#clear-collection i{
    color: #000000;
    font-size: 13px;
}
#collection-body span{
  font-size: 9px;
    color: #9F907D;
}
#collection-body p {
  display: inline;
  font-size: 18px;
}
#collection-left-col{
    width: 17%;
    display: inline-block;
}
#collection-right-col{
    display: inline-block;
    background-color: #BEB4A7;
    height: 100%;
    width: 82%;
    float: right;
    border-radius: 5px;
    box-shadow: 0px 1px 3px #000 inset;
    overflow-x: scroll;
    overflow-y: hidden;
}
#collection-folios-wrapper{
/*   padding:8px; */
  overflow-x: scroll;
  overflow-y: hidden;
  width:100%;
/*   height: 100%; */
  white-space: nowrap;
}
#collection-folios-wrapper img{
    height: 145px;
    float: left;
}
.col-folio{
  margin: 8px 3px 8px 9px;
  display: inline-block;
  position: relative;
}
.col-clear{
  position: absolute;
  font-size: 18px;
  right: 0;
  /* border: 2px solid white; */
  border-radius: 14px;
  background-color: white;
  width: 19px;
  padding: 1px 0px 0px 2px;
  cursor: pointer;
  color: #000000;
}
.col-clear:hover{
  color:  #D7D3CC;
}
.collect{
  cursor: pointer;
}
li.collect:hover{
  cursor: pointer;
  background-color: #2B2621!important;
}
.collection-option{
  z-index: 5;
  position: absolute;
  left: 5px;
  bottom: 0;
}
.option{
  background-color: #100E0C;
  display: inline-block;
  padding: 11px 9px 9px 8px;
  cursor: pointer;
}
.option-menu{
  background-color: #24201B;
  color:#9F907D;
  font-size: 16px;
  padding: 5px;
  width: 153px;
  z-index: 10;
}
/*
#options-menu>ul>li:hover{
  background-color: #2B2621!important;
}
*/
#options-menu>ul>ul>li:hover{
  background-color: #2B2621!important;
}
#BRtoolbarbuttons #options-wrapper i {
  color: #D7D3CC !important;
}
.collect-menu{
  right: 0;
    position: absolute;
    cursor: auto;
    width: 100%;
    z-index: 2;
}
.option .fa{
  color:#A39A90;
  font-size: 13px;
}
/* END COLLECTION STYLES */
.item-details{
  font-family: 'walters gothic';
    text-transform: uppercase;
    font-size: 13px;
    color: #BFB2A1;
}
#illumination-details{
  color:#D7D3CC;
  text-transform: none;
  color: #EC7A53;
  cursor: pointer;
}
#section-details{
  color:#D7D3CC;
  text-transform: none;
  color: #EC7A53;
  cursor: pointer;
}
#section-details:hover{
  color: #F45126;
}
#illumination-details:hover{
  color: #F45126;
}
.fol-details{
  color:  #BFB2A1;
  font-style: italic;
}
.details-hr{
  border-color: #41382E;
}
.chapter-details-title{
  text-transform: uppercase;
  color:#BFB2A1;
  font-size: 10px;
  font-weight: 700;
  padding-right: 10px;
    padding-top: 15px;
}
.chapter-details-desc{
  color: #D7D3CC;
  font-size: 18px;
  line-height: 16px;

}
#page-titles>div>p{
  color: #EC7A53;
    display: inline-block;
    margin-left: 5px;
    font-style: italic;
    font-size: 18px;
}
#page-titles>div>p:hover{
  color: #F45126;
}

.open-details{
  cursor: pointer;
}
#options-menu{
  display: none;
    position: absolute;
    top: 35px;
    right: 0;
    width: 250px;
    background-color: #1C1A17;
}
#options-menu:after {
  bottom: 100%;
  left: 92%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(28, 26, 23, 0);
  border-bottom-color: #1C1A17;
  border-width: 10px;
  margin-left: -10px;
}
#options-wrapper{
  position: relative;
  display: table;
  float: inherit;
}
#options-menu>ul{
  text-align: left;
    color: #ECEAE6;
    font-size: 18px;
    padding: 7px;
}
#options-menu>ul>li{
  border-bottom: 1px solid #363029;
    padding: 6px 0px;
}
#options-menu>ul>ul>li{
  border-bottom: 1px solid #363029;
    padding:5px 0px 5px 5px;
    color: #9F907D;
}
#options-menu>ul>li:last-child{
  border-bottom: none;
}
.download-menu{
  border-bottom: none!important;
}
.fade{
  opacity: .5;
}
.mobile{
  display:none;
}
.mobile-br{
  display:none;
}
.col-folio{
  opacity: .85;
  cursor: pointer;
}
.col-folio:hover{
  opacity: 1;
}
.red-dot{
  height: 10px;
    width: 10px;
    border-radius: 5px;
    background-color: #EC7A53;
    position: absolute;
    top: 7px;
    left: -13px;
    display: none;
}
.red-dot2{
  height: 10px;
    width: 10px;
    border-radius: 5px;
    background-color: #EC7A53;
    position: absolute;
    top: 2px;
    left: -15px;
    display: none;
}
h1.logo-title{
    color: #000000;
    font-family: 'walters gothic','Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    display: inline-block;
    letter-spacing: 0.8px;
    line-height: 65px;
    margin-right: 20px;
}
#nav-menu{
/*   float: right; */
  display: inline;
  color: #9F907D!important;
  font-size: 14px;
  font-family: "Milo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 22px;
  margin-top: 42px;
}
#nav-menu>a>li{
  display: inline-block;
  padding: 0px 10px 0px 10px;
  font-size: 14px;
  color: #9F907D!important;
}
#nav-menu>a>li:hover{
  color: #000000!important;
}
#nav-menu>a:last-child>li{
  border-right: none;
}
#header{
  line-height: 50px;
  height:75px;
  background-color:rgb(35, 32, 27);
  background: url(/assets/images/bg.png);
/*   border-bottom: 2px solid rgb(144, 145, 145); */
  padding:0px 15px;
}
#header>a>img{
  padding: 13px 13px 0px 0px;
    display: inline-block;
}
#nav-menu{
/*   float: right; */
  display: inline;
  color: #9F907D!important;
  font-size: 16px;
  font-family: "Milo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 22px;
  margin-top: 42px;
}
#nav-menu>a>li{
  display: inline-block;
  padding: 0px 10px 0px 10px;
  font-size: 14px;
  color: #9F907D!important;
}
#nav-menu>a>li:hover{
  color: #000000!important;
}
#nav-menu>a:last-child>li{
  border-right: none;
}

/*.walters-home-link{height: 75px; width: 100px; position: absolute; top: 0; right: 0; background-size: cover; background-repeat: no-repeat; cursor: pointer; background-image: url(/assets/images/home_link_sprite.png); }
.walters-home-link:hover{background-position: -100px; }*/

#w-footer{
  clear: both;
    background-color: #000000;
    padding: 7px 10px;
    margin: 0px 6px;
    color: #ffffff;
    font-size: 14px;
}
#w-footer>a{
  font-size: 14px;
}
.footer-logo{
  /*font-family: 'walters gothic','Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;*/
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
#header2{
  display: none;
}
#mobile-menu-column{
  display: none;
}
/* MEDIA QUERIES ----------------------------------------------------------------------------------------------------*/

/* @media(max-width: 415px){ */
@media(max-width: 500px){
  #BRcontainer{
    height:250px!important;
  }
}
@media(max-width: 700px){
  .active-tab{
    background-color: initial!important;
  }
  #BRcontainer{
    height:320px;
  }
  #collection-head{
    display:none;
  }
  #book-container{
    padding:0;
  }
  .description{
    margin: 0;
    padding: 20px 25px;
  }
  #zoom-tools{
    display: none!important;
  }
  .options{
    display: none;
  }
  .mobile-br{
    display: block;
    border-bottom: 1px solid #000000;
    text-align: center;
  }
  .mobile-br span{
    line-height: 50px!important;
  }
  .mobile{
    display: block;
  }
  .non-mobile{
    display: none;
  }
  .BRicon.book_left{
    position: absolute;
      top: -38px;
      background-size: 40%;
      left: 5%;
      z-index: 999;
  }
  .BRicon.book_right{
    position: absolute;
      top: -38px;
      background-size: 40%;
      right: 0;
      z-index: 999;
  }
  #BRnav{
    display: none!important;
  }
  .info{
    display: block!important;
  }
  .BRicon.info{
    margin-left: 17%;
    margin-top: 5px;
  }
  .BRicon.info>.fa{
    font-size: 28px;
  }
  #BRtoolbarbuttons{
    margin-right: 23%;
  }
  .onepg{
    height: 22px!important;
      width: 18px!important;
      background-size: 100%!important;
  }
  .twopg{
    height: 22px!important;
      width: 30px!important;
      background-size: 100%!important;
  }
  .thumb{
    height: 22px!important;
      width: 26px!important;
      background-size: 100%!important;
  }
  #BRcontainer{
    border-bottom: 1px solid #000000;
  }
  #menu-chapters{
    min-height: 7.5%;
    padding: 12px 10px 16px;
    margin: 0;
  }
  .title{
    font-size: 14px;
  }
  #chapters p{
    font-size: 14px;
  }
  #chapters{
    width:100%;
    margin-top: 5px;
    position: relative;
  }
  #chapter-details{
    padding: 0px 10px 15px;
    margin-top: 15px;
  }
  .meta-data{
    text-align: left;
  }
  .meta-data p{
    color: #E56442;
  }
  .meta-data span{
    color: #D7D3CC;
    line-height: 20px;
  }
  .desc-col-right{
    width: 100%;
    margin-top: 0px;
  }
  .desc-col-left{
    width:100%;
  }
  .info-col{
    width: 100%;
    float: none;
  }
  .tab{
    color: #000000;
      padding: 8px 0px;
      font-size: 14px;
      font-weight: bold;
      border: none;
      border-bottom: 1px solid #D7D3CC;
      display: block;
      background-color: initial;
      border-radius: 0;
  }
  .tab>i{
    float: right;
    color: #000000;
  }
  .overview-container{
    background-color: initial;
    border: none;
  }
  #BookReader{
    overflow: visible;
    z-index: 999;
  }
  #triangle{
    z-index: 50;
  }
  #toc-header:after {display:none;}
  #toc{
    width:100%;
  }
  #header{
    display: none;
  }
  #header2{
    position: fixed;
    width: 100%;
    z-index: 5;
    display: inline-block;
    line-height: 50px;
    height:50px;
    background-color:rgb(35, 32, 27);
    background: url(/assets/images/bg.png);
    border-bottom: 2px solid rgb(144, 145, 145);
    padding:0px 15px;
    z-index: 999999999999999999;
  }
  .mobile-title{
    font-size: 15px;
    color: #000000;
    display: inline-block;
    letter-spacing: 2px;
    font-family: 'walters gothic','Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
    text-transform: uppercase;
  }
  .mobile-hamburger{
    float:right;
    font-family: 'walters gothic','Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    color: #000000;
    font-size: 15px;
    cursor: pointer;
  }
  #mobile-menu-column{
    height: 100%;
    width:100%;
    background: url(/assets/images/bg.png);
    position: fixed;
    right:-100%;
    z-index: 1000;
    margin-top: 49px;
    display: block;
  }
  #mobile-menu-list{
    background-color: white;
    border-bottom: 1px solid rgb(144, 145, 145);
  }
  #mobile-menu-list>a>li{
      padding: 15px;
    border-bottom: 1px solid rgb(144, 145, 145);
    color: #000000;
    font-size: 14px;
    font-weight: bold;

  }
  #menu-footer{
    padding: 25px;
  }
  #menu-footer>img{
    float: left;
    margin-right: 10px;
  }
  #menu-footer>p{
    line-height: 21px;
    font-size: 18px;
  }
}
