﻿.terms-of-trade ol {
    counter-reset: item;
}

.terms-of-trade ol > li {
    counter-increment: item;
}

.terms-of-trade ol ol > li {
    display: block;
}

.terms-of-trade ol ol > li:before {
    content: counters(item, ".") ". ";
    margin-left: -20px;
}
