html {
    overflow: hidden;
}

.toc {
    background-color: #eceff1;
    padding: 1em 0.8em;
    font-size: .85em;
}

.toc-header {
    display: table;
    margin: 0 auto;
    font-size: 1.7em;
}

.toc ul {
    list-style: none;
}

.toc-section-number {
    font-weight: 700;
    color: #000;
    padding: 0 .2em;
}

.toc ul li a {
    display: block;
    padding: .4em .3em .225em;
    text-decoration: none;
    border-radius: 3px;
    color: #333;
}

.toc ul {
    padding: 0 0 0 1em;
}

.toc a:hover {
    text-shadow: 0 1px 1px #fff;
    background: rgba(0, 0, 0, .1);
}

.content {
    box-sizing: border-box;
    padding: .5em 2em 1.5em 2em;
}

.content h1:first-of-type {
    margin: 1em 0 .5em;
}

table {
    margin: .5em auto;
}

thead, tbody {
    border: 2px solid #ddd;
}

th, td {
    border: 1px solid #ddd;
    padding: .25em .5em;
}

.unformattedTable table {
    margin: .5em 0;
}

.unformattedTable :is(thead, tbody) {
    border: 0;
}

.unformattedTable :is(th, td) {
    border: 0;
    padding: 0 .5em 0 0;
}
