body {
    background: #171f2f;
    color: #e5e5e5;
}

a {
    color: #94e5be;
}

a:hover {
    color: #e1c16e;
    text-decoration: underline;
}

.vpData {
    text-align: right;
    padding: 6px;
}

#variablePerformance {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: .9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

#variablePerformance thead tr {
    text-align: left;
}

#variablePerformance > tbody > tr > td,
#variablePerformance > thead > tr > th {
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
}

#variablePerformance > thead > tr > th,
.vpTableLabel {
    background: #002451;
}

.equationBox {
    width: 500px;
    margin: 0;
    padding: 0;
}

.equationBoxLarge {
    width: 800px;
    margin: 0;
    padding: 0;
}

#largeBanner {
    display: block;
}

#smallBanner {
    display: none;
}

#seoFlex {
    margin: auto;
}

#seoFlex:after {
    content: "";
    display: table;
    clear: both;
}

#tableOfContents {
    position: fixed;
}

.ulSpacing {
    margin-top: 15px;
   margin-bottom: 15px;    
}

#tableOfContents > ul > li {
    margin-bottom: 6px;
    list-style-type: disclosure-closed;
}

#main {
    position: relative;
    right: -300px;
    width: 60%;
    padding-left: 6px;
}

@media (max-width: 500px) {
    #seoFlex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: auto;
        margin: auto;
    }

    #tableOfContents {
        position: static;
        width: 100%;
        margin-left: 30px;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #main {
        position: static;
        border-left: none;
        right: 0;
    }

    #largeBanner {
        display: none;
    }

    #smallBanner {
        display: block;
    }
}

pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 1em;
}

code.hljs {
    padding: 3px 5px;
}

.hljs-comment,
.hljs-quote {
    color: #7285b7;
}

.hljs-deletion,
.hljs-name,
.hljs-regexp,
.hljs-selector-class,
.hljs-selector-id,
.hljs-tag,
.hljs-template-variable,
.hljs-variable {
    color: #ff9da4;
}

.hljs-built_in,
.hljs-link,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-params,
.hljs-type {
    color: #ffc58f;
}

.hljs-attribute {
    color: #ffeead;
}

.hljs-addition,
.hljs-bullet,
.hljs-string,
.hljs-symbol {
    color: #d1f1a9;
}

.hljs-section,
.hljs-title {
    color: #bbdaff;
}

.hljs-keyword,
.hljs-selector-tag {
    color: #ebbbff;
}

.hljs {
    background: #002451;
    color: #fff;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-strong {
    font-weight: 700;
}
