<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wy-nav-side {
    background-color: #e1e1e1;
}
.wy-menu-vertical {
    position: relative;
}
.wy-side-scroll {
    position: relative;
}
.wy-nav-content {
    max-width: 1000px;
    margin-top: 50px;
    margin-left: 0;
    margin-right: auto;
    height: auto;
    min-height: 85%;
    background-color: white;
}
.wy-grid-for-nav {
    position: relative;
    height: auto;
    min-height: calc(100vh - 50px - 116px);
}
.wy-body-for-nav {
    height: 90%;
}
.wy-nav-content-wrap {
    background-color: white;
}
.wy-side-nav-search,
.wy-nav-top {
    background: #32373c;
}
.wy-menu-vertical p.caption {
    color: #4a8fa4;
}
.wy-menu-vertical a:visited {
    color: #32373c;
}
.wy-side-nav-search {
    text-align: left;
}
.wy-side-nav-search &gt; .version {
    text-align: center;
}
.wy-side-nav-search &gt; a,
.wy-nav-top &gt; a,
.wy-side-nav-search &gt; a:visited,
.wy-nav-top &gt; a:visited {
    color: white;
}
.wy-menu-vertical a {
    color: #32373c;
}
.wy-menu-vertical a:hover {
    background-color: #d0d0d0;
    cursor: pointer;
}
.wy-side-nav-search .wy-dropdown &gt; a img.logo,
.wy-side-nav-search &gt; a img.logo {
    height: 50px;
    padding-left: 57px;
}
@media only screen and (max-width: 1250px) and (min-width: 769px) {
}
@media only screen and (max-width: 1100px) and (min-width: 769px) {
    .wy-nav-content-wrap {
        margin-left: 300px;
    }
    .wy-side-nav-search .wy-dropdown &gt; a img.logo,
    .wy-side-nav-search &gt; a img.logo,
    .wy-nav-content,
    .wy-nav-side,
    .wy-side-scroll {
        margin-top: 0;
    }
    .wy-grid-for-nav {
        min-height: calc(100vh - 116px);
    }
}
@media only screen and (max-width: 768px) {
    .wy-side-nav-search .wy-dropdown &gt; a img.logo,
    .wy-side-nav-search &gt; a img.logo {
        display: none;
    }
    .wy-side-scroll,
    .wy-nav-side,
    .wy-nav-content {
        margin-top: 0;
    }
    .wy-grid-for-nav {
        min-height: calc(100vh - 116px);
    }
}
</pre></body></html>