
.booking-results-wrap .booking-subtitle {
    font-size: 20px;
    text-transform: uppercase;
}

.booking-results-wrap .booking-results-tbl {
    margin-bottom: 20px;
    padding: 20px 20px 23px 20px;
    background: #f2f6f5;
}

.booking-results-wrap .booking-results-tbl .booking-results-row {
    display: table;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #8b8b8b;
    text-transform: uppercase;
    color: #8b8b8b;
}

.booking-results-wrap .booking-results-tbl .booking-results-row .booking-results-cell {
    text-align: left;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.booking-results-wrap .booking-results-tbl .booking-results-row .booking-results-cell .booking-cell-info {
    color: black;
    font-weight: 600;
}

.booking-results-wrap .bonuses-history {
    font-size: 15px;
    color: #8b8b8b;
    display: inline-block;
    margin-bottom: 50px;
    border-bottom: 1px dotted #1ccc78;
}

.booking-results-wrap .site-btn {
    width: 376px;
    display: block;
    clear: both;
}

@media (max-width: 1199px) {
    .booking-results-wrap .booking-results-tbl .booking-results-row .booking-results-cell {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .booking-results-wrap .booking-subtitle {
        font-size: 16px;
        text-align: center;
    }
    .booking-results-wrap .booking-results-tbl {
        margin: 0 0 15px 0;
        padding: 10px 10px 5px 10px;
    }
    .booking-results-wrap .booking-results-tbl .booking-results-row {
        border: none;
    }
    .booking-results-wrap .booking-results-tbl .booking-results-row .booking-results-cell {
        width: 100%;
        display: block;
        margin-bottom: 0;
        padding: 6px 0;
        border-bottom: 1px solid #8b8b8b;
    }
    .booking-results-wrap .booking-results-tbl .booking-results-row .booking-results-cell .booking-cell-info {
        font-weight: 500;
    }
    .booking-results-wrap .booking-results-tbl .booking-results-row:last-of-type .booking-results-cell:last-of-type {
        border: none;
    }
    .booking-results-wrap .bonuses-history {
        margin-bottom: 25px;
    }
    .booking-results-wrap .site-btn {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
}