﻿
/* 2.2.4. Term Description */
dl.term-description {
    text-transform: uppercase;
    font-size: 0.9167em;
}

    dl.term-description dt, dl.term-description dd {
        line-height: 1.3333em;
        float: left;
        width: 50%;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    dl.term-description dt {
        border-right: 1px solid #f5f5f5;
        color: #01b7f2;
        font-weight: 400;
        padding-right: 5px;
        clear: both;
    }

    dl.term-description dd {
        padding-left: 20px;
    }

    dl.term-description:after {
        content: "";
        display: table;
        clear: both;
    }
