@import url('https://fonts.googleapis.com/css?family=Jockey+One|Open+Sans');

body, .book-body, .book-summary {
    background: #000d0b;
}

.book {}

.book-summary {
    margin: 30px 20px;
}

#anchors-navbar, #goTop {
    display: block;
    position: fixed;
    right: 50px;
    border-radius: 5px;
    border: none;
    z-index: 999;
    cursor: pointer;
    padding: 0;
    box-shadow: none;
}

#anchors-navbar .fa-anchor, #goTop {
    width: 36px;
    height: 36px;
    font-size: 12px;
    background-color: #1b1b67;
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
}

#anchors-navbar {
    top: 20px;
    bottom: auto;
    background: transparent;
    overflow: hidden;
    max-height: 70vh;
}

#anchors-navbar ul {
    line-height: 1;
    padding: 3px 5px;
    border: 1px solid #3e3e47;
    border-radius: 5px;
    background: #000;
    max-height: 60vh;
    overflow-y: auto;
}

#anchors-navbar ul li {
    list-style: none;
    padding: 10px 20px;
}

#anchors-navbar ul li>a {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 0;
    color: #a19ba6;
    cursor: pointer;
}

#goTop {
    top: auto;
    bottom: 20px;
}

#book-search-input, .book-summary ul.summary {
    line-height: 1;
    padding: 3px 5px;
    border: 1px solid #3e3e47;
    border-radius: 5px;
    background: #000;
    width: 250px;
}

#book-search-input, #book-search-input input, #book-search-input input:focus, #book-search-input input:hover {
    color: #6d5eb9;
}

.book-summary ul.summary {
    width: 250px;
}

.book-summary ul.summary li>a {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a19ba6;
    cursor: pointer;
}

.book-summary ul.summary li.active>a {
    color: #fff;
}

.book-summary ul.summary li ul {
    padding-left: 7px;
}

.page-inner {
    border-radius: 5px;
    background: #000;
    color: #C0BDD7;
}

.book.with-summary .book-body, .book-body, .markdown-section {
    font-size: 14px;
    line-height: 1.75em;
    color: #ffffff;
}

.book-body h1 {
    font-size: 36px;
    margin: 20px 0;
    text-align: center;
    color: #aae8fd;
    text-transform: uppercase;
    font-family: 'Jockey One', sans-serif;
    line-height: 1.15em;
    font-weight: normal;
}

.book-body h2 {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 300;
    margin: 20px 0;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.book-body h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    color: #ffe5b2;
}

.book-body p {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 1.75em;
    color: #C0BDD7;
}

.book-body a strong {
    position: relative;
    top: -10px;
    margin-left: 10px;
}

.book-body ul li {
    list-style: none;
}

.book-body ul li a,
.book-body ul li>em {
    position: relative;
    top: -10px;
    left: 10px;
}

.book-body ul li a:hover {
    color: #ffffff;
}

.markdown-section hr  {
    height: 1px;
    background-color: #C0BDD7;
}

.markdown-section table tr {  
    background-color: #0c0a1e;
    border-top: 1px solid #536776;
}

.markdown-section table tr:nth-child(2n) {
    background-color: #000d0b;
    color: #536776;
}

.markdown-section table td, .markdown-section table th {
    border: 1px solid #536776;
}

.markdown-section table th {
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
}

.markdown-section table td em {
    color: #C0BDD7;
    font-size: 14px;
    position: relative;
    top: -10px;
    margin-left: 7px;
}

.commments-icon {
    right: 0;
}

.book .book-body .page-wrapper .page-inner .comments-section .comments-icon .marker {
    opacity: .8;
    border-radius: 5px;
    background: #1b1b67;
    color: #fff;
}

.book .book-body .page-wrapper .page-inner .comments-section .comments-icon .marker:hover {
    background: #1b1b67;
}

.gitbook-link, .custom-link, .divider, .pull-right, .font-settings {
    display: none !important;
}