.row_people_bnb {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 768px) {
    .row_people_bnb .col-xs-12 {
        min-width: 100%;
    }
}

.bnb_prices_div {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.bnb_prices_div .row {
    padding: 5px;    
}
.bnb_prices_div .row .col-xs-8 {
    border-bottom: 1px solid #eee;
}
.bnb_prices_div .row .col-xs-4 {
    border-bottom: 1px solid #eee;
    background: #eee;
}
.bnb_prices_div .row.highlight .col-xs-8, .bnb_prices_div .row.highlight .col-xs-4 {
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #eee;
}

.bnb_form_buttons {
    text-align: center;
}

.bnb_existing_reservations {
    margin: 2em 0;
    padding: 1.5em;
    border: 1px solid #111;
    border-radius: 5px;
    text-align: center;
    background: #fff7ed;
}

.bnb_output {
    margin: 2em 0;
    padding: 2em;
    text-align: center;
    border: 1px solid #111;
}

.modal_bnb {

}
.modal_bnb h4 {
    margin-top: 15px;
    background-color: #f3f3f3;
    padding: 7px 15px;
}
.modal_bnb th {
    text-align: center;
}