.numbered-chapters-list h1, .numbered-chapters-list h2 {
    text-align: left;
}
.numbered-chapters-list ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}
.numbered-chapters-list ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}
.numbered-chapters-list ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}
.numbered-chapters-list ol > li li {
    font-weight: normal;
}
.numbered-chapters-list ul {
    list-style-type: none;
}
.numbered-chapters-list li {
    padding: 10px 0;
}
.numbered-chapters-list li ol > li {
    margin: 0;
}

.numbered-chapters-list li ol > li:before {
    content: counters(item, ".") " ";
}
