.md-content {
}

.md-typeset {
}


.md-typeset h1, .md-typeset h2, .md-typeset h1, .md-typeset h3, md-typeset h4 {
    font-weight: 600;
    color: #0a5f7f;
    color: var(--md-primary-fg-color);
}

.md-typeset code,
.md-typeset .codehilite {
    padding: 2px 4px;
    margin-left: 2px; margin-right: 2px;
    background: rgba(0,0,0,.05);
    background: #333;
    box-shadow: none;
    color: white;
    //font-family: 'Ubuntu Mono', 'Courier New', 'Courier', monospace;
    word-break: keep-all;
}

/* Side Nav */ 

/* Nav Header */
.md-nav--primary > a.md-nav__title {
}

/* First Level */
.md-nav--primary > ul.md-nav__list > li.md-nav__item > label.md-nav__link {
    font-weight: 700;
}

/* Second Level */
.md-nav--primary > ul.md-nav__list > li.md-nav__item >  nav.md-nav > ul.md-nav__list > li.md-nav__item > a.md-nav__link {
    font-size: 0.7rem;
}

/* Third Level */
nav.md-nav.md-nav--secondary > ul.md-nav__list > li.md-nav__item > a.md-nav__link {
    font-size: 0.65rem;
    font-style: normal;
}

/* Fourth Level */
nav.md-nav.md-nav--secondary > ul.md-nav__list > li.md-nav__item > nav.md-nav > ul.md-nav__list > li.md-nav__item > a.md-nav__link {
    font-size: 0.60rem;
    font-style: italic;
}

/* Fifth Level */
nav.md-nav.md-nav--secondary > ul.md-nav__list > li.md-nav__item > nav.md-nav > ul.md-nav__list > li.md-nav__item > nav.md-nav > ul.md-nav__list > li.md-nav__item > a.md-nav__link {
    font-size: 0.55rem;
    font-style: italic;
}

/* Active Options */
.md-nav__item--active>.md-nav__link, .md-nav__link:active,
.md-nav__link:active {
    color: #bf360c;
    color: var(--md-primary-fg-color);
}


.md-typeset .codehilite pre,
.md-typeset pre,
.md-typeset code {
    background: #333;
    color: white;
    box-shadow: 0 1.5px 3px rgba(0,0,0,.24), 0 3px 8px rgba(0,0,0,.05);
}

.md-typeset table:not([class]) th {
    padding: .9375em 0.75em;
    background-color: var(--md-primary-fg-color);
}
