/* Hide About Us / Reviews / Map tabs */
.nav-tabs, .tab-content, .about, .reviews, .map {
    display: none !important;
}

/* Expand booking area to full width */
.booking-wrapper, .sb-main {
    width: 100% !important;
    max-width: none !important;
}


