.terms .left {
    width: 550px;
}
.terms .right {
    width: 200px;
}

.terms h2,
.terms h3,
.terms strong {
    font-weight: bold;
}

.terms h2,
.terms h3,
.terms p {
    margin: 10px 0;
}
.terms dt {
    margin: 10px 0 0 0;
}
.terms ol li {
    list-style-type: decimal;
    margin-left: 20px;
    margin-top: 5px;
}
.terms ol li ol li {
    list-style-type: lower-alpha;
}