:root {
    --md-primary-fg-color: #00a478;
    --md-accent-fg-color: #00a478;
}

.md-typeset table:not([class]) th {
    min-width: 7rem;
}

@media screen and (min-width: 76.25em) {
    .md-sidebar {
        width: 18rem;
    }
}

@supports selector(::-webkit-scrollbar) {
    [dir=ltr] .md-sidebar__inner {
        padding-right: calc(100% - 18rem);
    }
}

.md-sidebar--secondary {
    display: none !important;
}

.md-grid {
    max-width: 1900px;
}
