#agreement {
    background-color: transparent;
    color: #333;
    font-size: 12px;
    text-align: left;
}

    #agreement #clauses {
        margin-top: 16px;
    }

        #agreement #clauses li {
            padding-bottom: 10px;
        }

    #agreement a {
        color: #063;
    }

    #agreement ol {
        counter-reset: item;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #agreement ol > li {
            counter-increment: item;
            display: table;
            margin-bottom: 0.6em;
        }

            #agreement ol > li:before {
                content: counters(item, ".") ". ";
                display: table-cell;
                padding-right: 0.6em;
            }

    #agreement p {
        color: #333;
        font-size: 12px;
        margin-left: 5px;
        text-align: left;
    }

    #agreement .row2 {
        padding-bottom: 10px;
        width: 100%;
    }

    #agreement .row {
        padding-bottom: 10px;
        text-align: center;
        width: 50%;
    }

    #agreement .title {
        font-size: 14px;
    }

    #agreement li ol > li {
        margin: 0;
    }

        #agreement li ol > li:before {
            content: counters(item, ".") " ";
        }

    #agreement span.field {
        padding: 0px 10px;
        background-color: yellow;
        color: black;
        font-weight: bold;
    }