
body[data-md-color-scheme=slate] .md-container {
    opacity: 1 !important;
}

body[data-md-color-scheme=slate] .md-header {
    background-color: rgba(22, 23, 29, 0.95);
}

body[data-md-color-scheme=slate] .md-tabs {
    background-color: rgba(22, 23, 29,0.6) !important;
}

body[data-md-color-scheme=slate] .md-typeset a {
    color: #669fff;
}

body[data-md-color-scheme=slate] .md-nav__item .md-nav__link--active {
    color: #669fff;
}

.md-grid {
    margin: 0;
    max-width: 66rem;
}

.md-typeset {
    font-size: 16px;
    line-height: 1.2;
}

.md-typeset table:not([class]) td {
    padding: 8px 12px;
}

dt strong,
td strong {
    color: #000;
}

dt strong {
    font-size: 18px;
}

body[data-md-color-scheme=slate] dt strong,
body[data-md-color-scheme=slate] td strong {
    color: #fff;
}

.md-typeset dd {
    margin-top: .25em;
}
dd > p {
    margin-top: .25em;
}

body[data-md-color-scheme=slate] .md-sidebar--primary .md-sidebar__scrollwrap {
    border-right: 1px solid #454755;
}

body {
    font-size: 1.0rem;
}

html {
    font-size: 125%;
}

.admonition-title,
details {
    line-height: 1.6;
}

@media screen and (min-width: 100em) {
    html {
        font-size: 137.5%;
    }
}

@media screen and (min-width: 125em) {
    html {
        font-size: 150%;
    }
}

@media only screen and (min-width: 76.25em) {
    .md-main__inner {
        max-width: none;
    }
    .md-sidebar--primary {
        left: 0;
    }
    .md-sidebar--secondary {
        right: 0;
        margin-left: 0;
        -webkit-transform: none;
        transform: none;
    }
}

/* Syntax highlighting for eq_lexers */
.language-eqcommand .nt { 
    font-weight: bold; 
}  /* Slash commands */

.language-eqcommand .nl { 
    color: var(--md-code-hl-constant-color);
}  /* optional keywords */

.language-eqcommand .no { 
    font-weight: bold; 
    color: var(--md-code-hl-keyword-color)
}  /* required keywords */

.language-eqcommand .p { 
    font-weight: normal; 
}  /* Punctuation ({|[]<>...}) */

.language-eqcommand .nv { 
    font-style: italic; 
    font-weight: normal; 
}  /* optional variable placeholders */

.language-eqcommand .nv-Required { 
    font-style: italic; 
    font-weight: bold; 
    color: var(--md-code-hl-name-color);
}  /* required variable placeholders */
