:root {
    --md-primary-fg-color: rgb(0, 173, 238);
    --md-accent-fg-color: rgb(6, 61, 124);
    --codis-title-color: rgb(46, 46, 46);
    --codis-body-color: rgb(89, 89, 89);
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4,
.md-typeset h5 {
    font-weight: bold;
    color: var(--codis-title-color);
}

.md-typeset,
.md-nav__list {
    font-weight: lighter;
    color: var(--codis-body-color);
}

.md-typeset a {
    font-weight: bold;
}

.md-header,
.md-nav--primary .md-nav__title[for=__drawer] {
    background-color: var(--md-primary-bg-color);
    color: var(--codis-title-color);
}

.md-search__input::placeholder,
.md-search__input~.md-search__icon,
.md-search__form {
    background-color: var(--md-primary-bg-color);
    color: var(--codis-body-color);
}

.md-nav__link--active {
    font-weight: bold;
}

.md-typeset .admonition,
.md-typeset details {
    color: var(--codis-body-color);
}

.md-header .md-search__form {
    border: 1px solid rgb(180, 180, 180);
    border-radius: 13px;
}

table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 400px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}

table th,
table td {
    padding: 12px 15px;
}

table tbody tr {
    border-bottom: 1px solid #dddddd;
}

table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
