.booking-history-wrap .booking-bonuses-table-row {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #c5c5c5;
    font-weight: 600;
    border-right: 1px solid #c5c5c5;
}

.booking-history-wrap .booking-bonuses-table-row:last-of-type {
    border-top: 1px solid #016da6;
    border-bottom: 1px solid #016da6;
    border-right: none;
    border-left: none;
}

.booking-history-wrap .booking-bonuses-table-row:last-of-type > div {
    border-right: 1px solid #016da6;
    vertical-align: middle;
    background: #f7fafc;
}

.booking-history-wrap .booking-bonuses-table-row:last-of-type > div:last-of-type {
    border: none;
    border-right: 1px solid #016da6;
}

.booking-history-wrap .booking-bonuses-table-row:last-of-type > div:first-of-type {
    border-left: 1px solid #016da6;
}

.booking-history-wrap .booking-bonuses-table-row:first-of-type {
    border-top: 1px solid #c5c5c5;
}

.booking-history-wrap .booking-bonuses-table-row > div {
    display: table-cell;
    width: 18%;
    vertical-align: middle;
    padding: 9px 0;
    border-right: 1px solid #c5c5c5;
}

.booking-history-wrap .booking-bonuses-table-row > div:last-of-type {
    border-right: none;
}

.booking-history-wrap .booking-bonuses-table-row > div:first-of-type {
    border-left: 1px solid #c5c5c5;
}

.booking-history-wrap .booking-bonuses-table-row > div.day-counts {
    width: 28%;
}

.booking-history-wrap .bonuses-title {
    text-transform: uppercase;
}

.bonuses-title span {
    margin-right: 5px;
}

.booking-history-wrap .bonuses-title-cont {
    background: white;
    margin-bottom: 0;
    line-height: 54px;
}

.booking-history-wrap .bonuses-title-cont .bonuses-title {
    clear: left;
    float: left;
    margin-right: 30px;
}

.hotel-bonuses-caption a {
    color: #cf5919;
    text-decoration: underline;
    font-weight: 600;
    margin-left: 10px;
}



@media (max-width: 767px) {
    .booking-history-wrap .bonuses-title-cont {
        padding-top: 0;
    }
    .booking-history-wrap .bonuses-title-cont .bonuses-title {
        margin-right: 0;
    }
}
