﻿@import url("prism-okaidia.min.css");
@import url("video-js.min.css");

@media (max-width: 768px) {
    #navlist {
        padding-top: 43px !important;
        margin-left:-13px;
    }

    .sidebar {
        min-height: 46px;
    }
}

.pt-top-85, .pt-85 {
    padding-top: 110px;
}

pre.language-js{
    font-size:0.75em;
}

#topics-btn-area{
    background: white;
    margin-top:85px;
}

.table .table-row-separator{
    border-top-width: 3px;
}

b.highlight {
    padding: 1px;
    border-radius: 2px;
    font-weight: normal;
}

b.field {
    background-color: #a7dfeb;
}

b.value {
    background-color: #e9ecef;
}

b.model {
    background-color: #ee9d9d;
}

b.tab {
    background-color: #accbf8;
}

b.button {
    background-color: #3382f5;
    color:#fff;
}

b.file {
    background-color: #f8c8de;
}

b.function {
    background-color: #d5f8c8;
}

b.attribute {
    background-color: #fdfdca;
}

