.panel-title {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #235f9e
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff
}

.panel-group .panel {
    margin-bottom: 1em;
    border-radius: 2px;
    padding: 1em
}

.panel-body {
    font-weight: 300;
    font-size: 1em;
    padding-bottom: 1em;
    color: #333;
    text-transform: none;
    text-align: left
}

.promo-table {
    background-color: #fff;
    padding: 2em;
    text-align: left
}

@media only screen and (max-device-width:767px) {
    .promo-table-mobile {
        width: 1px;
        min-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.table {
    margin-bottom: 0
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 1em;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #93afcd
}

.table-header td {
    color: #0C2D58;
    font-weight: 700
}

.table-body td,
.table-body th {
    font-size: 1em;
    color: #333;
    text-transform: none
}

.table-body td {
    font-weight: 300;
    padding-bottom: 1em
}

.table-body th {
    font-weight: 500;
    padding: 1em;
    text-align: left
}

.promo-header {
    color: #27609B;
    font-size: .7em;
    font-weight: 700
}

.centered-cells {
    text-align: center
}