
ol.a-terms {
    list-style-type: none;
    counter-reset: item;
}
li.b-terms:before {
    content: counters(item, ".")". ";
    counter-increment: item
}
