/* Table of Contents Plus */

#toc_container {
    background: #f9f9f9;
    margin: 0 auto 2em auto;
    padding: 20px;
}

.toc_number {
    color: #333;
}

.toc_number::after {
    display: inline-block;
    content: ".";
}