/* terms */
.static-contact {
    margin: 10px 0 0 20px;
}

/*list */
.static-list {
    margin-top: 10px;
    margin-left: 20px;
    padding-left: 15px;
    list-style-type: disc;
}

    .static-list li {
        margin-bottom: 10px;
    }

        .static-list li ul, .static-list li ol {
            margin-top: 3px;
        }

/* title */
.static-title {
    font-size: 18px;
    margin: 20px 0 10px 0 !important;
    color: #2990C5;
}

/* terms and conditions scrolling */
.terms-scroll {
    border: 1px solid #fff;
    margin-bottom: 15px;
    padding: 10px;
    height: 200px;
    overflow: auto;
}

/* footer button section */
.terms-footer-buttons {
    clear: both;
    margin: 10px 0 50px 0;
}
