#sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.sidebarSection.tableOfContents .headerLevel-0 {
    font-weight: bold;
}

.sidebarSection.tableOfContents .headerLevel-1 {
    font-weight: initial;
    padding-top: 0;
    padding-bottom: 0;
    list-style: initial;
}

.sidebarSection.tableOfContents .headerLevel-1 > li {
    font-size: 95%;
    margin-left: 15px;
    padding-left: 5px;
}

.sidebarSection.tableOfContents a {
    color: #002266;
}

.sidebarSection.tableOfContents a.current {
    color: #0022cc;
    text-decoration: underline;
}

.sidebarSection.tableOfContents p {
    padding: 0.3em 0.5em 0.8em;
    margin: 0;
}

.center-text {
    text-align: center;
}

.underline {
    text-decoration: underline;
}

#content .toc a {
    text-decoration: none;
}

#content .toc a:hover {
    text-decoration: underline;
}

.minihr {
    opacity: 50%;
}
