body {
    font-family: system-ui;
    color: #5c5962;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #27262b;
    font-weight: normal;
}

h1 {
    font-size: 2.25em;
}

body > .content {
    padding: 1em 2em;
    line-height: 1.6;
}

:not(pre, figure) > code {
    padding: 0.2em 0.15em;
    font-weight: 400;
    background-color: #f5f6fa;
    border: 1px solid #eeebee;
    border-radius: 4px;
}

blockquote {
    margin: 10px 0;
    margin-block-start: 0;
    margin-inline-start: 0;
    padding-left: 1rem;
    border-left: 3px solid #eeebee;
}

figure.table {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
    overflow-x: auto;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
    margin: 0;
}

table {
    display: table;
    min-width: 100%;
    border-collapse: separate;
    box-sizing: border-box;
}

th, td {
    font-size: 0.75rem !important;
    min-width: 7.5rem;
    padding: 0.5rem 0.75rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(238, 235, 238, 0.5);
    border-left: 1px solid #eeebee;
}

th:first-of-type, td:first-of-type {
    border-left: 0;
}

a {
    color: #7253ed;
    text-decoration: none;
}

.side-bar {
    background-color: #f5f6fa;
}

@media (min-width: 50rem) {
    .side-bar {
        flex-flow: column nowrap;
        position: fixed;
        width: 15.5rem;
        height: 100%;
        border-right: 1px solid #eeebee;
        align-items: flex-end;
    }
}

@media (min-width: 50rem) {
    body > .content {
        position: relative;
        margin-left: 15.5rem;
    }
}

@media (min-width: 50rem) {
    .site-nav {
        display: block;
        padding-top: 3rem;
        padding-bottom: 1rem;
        overflow-y: auto;
        flex: 1 1 auto;
    }
}

.nav-list .nav-list-item > a {
    display: block;
    min-height: 3rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    line-height: 2.5rem;
    padding-right: 3rem;
    padding-left: 1rem;
}

@media (min-width: 50rem) {
    .nav-list .nav-list-item > a {
        min-height: 2rem;
        line-height: 1.5rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

.nav-list {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

@media (min-width: 50rem) {
    .site-header {
        height: 3.75rem;
        max-height: 3.75rem;
        border-bottom: 1px solid #eeebee;
    }
}
.site-header {
    display: flex;
    min-height: 3.75rem;
    align-items: center;
}

.lh-tight {
    line-height: 1.25;
}

.site-header > a {
    padding-right: 1rem;
    padding-left: 1rem;
    flex-grow: 1;
    display: flex;
    height: 100%;
    align-items: center;
    color: #27262b;
    font-size: 1.125rem !important;
}

@media (min-width: 50rem) {
    .site-header > a {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
