.wrapper {
    margin: 0 auto;
    padding: 16px;
    max-width: 960px;
}
.term-body {
    overflow-wrap: break-word;
    word-break: break-all;
    line-height: 1.5em;
    font-size: 14px;
    letter-spacing: 0.07em;
}
.term-body ol {
    counter-reset: item;
    list-style-type: none;
    list-style-position: outside;
    padding-left: 0em;
}
.term-body ol li {
    margin-top: 0.5em;
    display: table-row;
}
.term-body ol li:after {
    content: '';
    display: block;
    margin-bottom: 0.5em;
}
.term-body ol li:before {
    counter-increment: item;
    content: counter(item) ".";
    display: table-cell;
    padding-right: 0.4em;
    text-align: right;
    min-width: 2.5em;
}
.term-body ol ol li:before {
    counter-increment: item;
    content: "(" counter(item) ")";
    display: table-cell;
    padding-right: 0.4em;
    text-align: right;
    min-width: 2.5em;
}
.term-body h1 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-size: 20px;
}
.term-body h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    padding: 0.5em;
    font-size: 20px;
    background-color: #eee;
}
.term-body p {
    margin-bottom: 1em;
}
