:root {
    --md-primary-fg-color: #000000;
    --md-text-font: "Segoe UI", Arial, sans-serif;
}


.md-typeset {
    font-size: 16px;
}

.md-typeset td {
    line-height: 1.2;
}

.md-typeset th, .md-typeset table:not([class]) th {
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
    padding: .5em 1.5em;
    background-color: #4f81bd;
    vertical-align: top;
    font-weight: normal;
}

.md-typeset table:not([class]) td {
    border-top: .05rem solid var(--md-typeset-table-color);
    padding: .5em 1.5em;
    vertical-align: top;
    color: #000000;
    font-size: 16px;
}

.md-grid {
    max-width: 1400px;
}


body {
    color: #000000;
}

.md-typeset a {
    text-decoration: underline;
    color: #0000dd;
}

.md-typeset h1 {
    color: #000000;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 200;
    font-size: 36px;
    border-bottom: 1px solid #cccccc; /* Add a 1px black underline */
    width: 100%; /* Make the underline span the full viewport width */
    box-sizing: border-box; /* Include padding and border in the total width */
    padding-bottom: 6px;
    margin-bottom: 24px;
}

.md-typeset h2 {
    color: #1f497d;
    font-size: 22px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    line-height: 22px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.md-typeset h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

.md-typeset h3 + p {
    margin-block-start: 0px;
}

.md-typeset b, .md-typeset strong {
    color: #333333;
}

/* note with green bar on left side */
.md-typeset .admonition.note, .md-typeset .details.note {
    border: 0px;
    border-radius: 0px;
    background-color: rgba(242,242,242);
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #bbbbbb;
    border-left: 6px solid #00a000;
    padding-left: 10px;
    margin-left: -6px;
    box-shadow: none;
}

.md-sidebar__scrollwrap:focus-within, .md-sidebar__scrollwrap:hover {
    scrollbar-color: #cccccc #0000;
}

.md-main__inner {
    margin-top: 0px;
}


.md-nav {
    font-size: 16px;
}

b, strong {
    font-weight: 600;
}


.md-sidebar.md-sidebar--secondary[data-md-component="sidebar"][data-md-type="toc"] {
    display: none;
}

.md-nav--primary .md-nav__title .md-logo {
    display: none;
}

.md-header__button.md-logo {
    display: none;
}


.md-header {
    background-color: #2c7aac;
}


.md-footer {
    display: none;
}

@media screen and (min-width: 76.25em) {
    .md-nav--primary .md-nav__title {
        display: none;
    }
}
