.section {
    overflow: hidden;
}
.toctree-l1 {
    font-size: 17px;
}
.toctree-l2 {
    font-size: 16px;
}
.toctree-l3 {
    font-size: 15px;
}
.toctree-l4 {
    font-size: 14px;
}
table {
    margin-left: 24px;
    margin-bottom: 16px;
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    overflow:auto;
    border-radius: 0.3em
}

table thead tr {
    background-color: #22262e;
    border-top:0.3px solid #ccc
}

table td, table th {
    padding: 6px 13px;
    color: #f8f8f8;
    border:0.3px solid #ddd
}

table tr {
    background-color: #2E3440;
    border-top:0.3px solid #ccc
}

table tr:nth-child(2n) {
    background-color:#414650
}

table th {
    font-weight:700
}