.m-t-0 { margin-top: 0 !important; }
.m-t-5 { margin-top: 5px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-50 { margin-top: 50px !important; }

.m-b-0 { margin-bottom: 0 !important; }
.m-b-5 { margin-bottom: 5px !important; }
.m-b-30 { margin-bottom: 30px !important; }

.p-t-0 { padding-top: 0 !important; }

.p-b-0 { padding-bottom: 0 !important; }
.p-b-40 { padding-bottom: 40px !important; }

.text-white { color: #fff !important; }
.text-green { color: #1bb580 !important; }
.text-maroon { color: #a93425 !important; }
.text-black { color: #333 !important; }

.size-12 { font-size: 12px !important; }
.size-13 { font-size: 13px !important; }

.d-block { display: block !important; }

.b-rad-0 { border-radius: 0 !important; }

.table { font-size: 14px; font-family: 'Open Sans'; }
.table > thead > tr > th { background: #a93425; color: #fff; border-bottom: 1px solid #a93425 !important; }
.table > tbody > tr > td { border-right: 1px solid; font-size: 13px; }
.table > thead > tr > th, .table > tbody > tr > td { padding: 8px 15px; vertical-align: middle; border: 1px solid #e8e8e8; }
.table > thead > tr > th:first-child { border-color: #a93425 !important; }
.table > thead > tr > th:last-child { border-color: #a93425 !important; }

.terms {
    max-height: 100px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    padding: 5px 10px;
    margin-top: 10px;
    line-height: 20px;
}
.terms p {
    margin: 0;
}

