/* CSS for website */
h1,
h2 {
    padding-bottom: 3px;
}

h1 {
    font-size: 24px !important;
}

h2 {
    font-size: 21px !important;
}

h3 {
    font-size: 18px !important;
}

h4 {
    font-size: 16px !important;
}

.code-wrapper pre>code>span.code-line:before {
    width: 2rem;
}

.markdown-section>:first-child {
    margin-top: 0 !important;
}

.page-wrapper {
    margin-top: -70px;
}

.book-header a:nth-child(2) {
    display: none;
}

.page-wrapper .page-inner {
    margin-top: 100px;

}

.api-method {
    margin: 0px -30px;
}

.api-method .api-method-code {
    border-top: unset;
    border-bottom: unset;
    padding: 0px 30px 15px !important;
}

.book .book-body .page-wrapper .page-inner section.normal {
    min-height: 350px;
    margin-bottom: 30px;
}

.book-header .btn.lang-switcher.active {
    background-color: #003A9B !important;
}

.book.two-columns .api-method .api-method-code {
    width: 100% !important;
}

.book .book-body .page-wrapper .page-inner section.normal hr {
    height: 0px;
    padding: 0;
    margin: 1.7em 0;
    overflow: hidden;
    background-color: #e7e7e7;
    border-bottom: 1px dotted #e7e7e7;
}

.video-js {
    width: 100%;
    height: 100%;
}

.font-settings {
    display: none;
}

pre[class*="language-"] {
    border: none;
    background-color: #f7f7f7;
    font-size: 1em;
    line-height: 1.2em;
}

.book .book-body .page-wrapper .page-inner section.normal {
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', miui, 'Hiragino Sans GB', "Microsoft Yahei", sans-serif
}

.aceCode {
    font-size: 14px !important;
}

input[type=checkbox] {
    margin-left: -2em;
}

.page-footer span {
    font-size: 12px;
}

.page-footer .copyright {
    float: left;
}

.body,
html {
    overflow-y: hidden;
}

.versions-select {
    margin-top: 30px;
    margin-bottom: 10px;
}

.versions-select select {
    height: 3em;
    line-height: 2em;
    border-radius: 4px;
    font-weight: 500;
    background: #ffffff;
}

pre[class*="language-"] {
    color: #e6e1dc;
    background: #333745;
}