section.agreement {
    color: #333333;
    margin-top: 64px;
    margin-bottom: 128px;
}

section.agreement ol {
    counter-reset: item;
}

section.agreement ol > li {
    display: block;
    margin-left: 20px;
    margin-top: 20px;
}

section.agreement ol > li > ol > li {
    color: #333333;
    font-size: 16px;
}

section.agreement ol > li:before {
    content: counters(item, ".") "." "\00a0\00a0";
    counter-increment: item;
    font-weight: bold;
}

section.agreement li ul {
    list-style-type: lower-latin !important;
}

section.agreement ul li:before {
    content: "  ";
}

section.agreement li strong {
    margin-right: 15px;
}

section.agreement .signature {
    margin-top: 30px;
    border-bottom: 1px solid #333333;
}

section.agreement .signature-inline {
    margin-top: 30px;
    border-bottom: 1px solid #333333;
}