/**
 * Tablet
 */
.fc-header .fc-header-center {
    padding-bottom: 10px;
    vertical-align: middle;
}

.fc-header .fc-header-center .fc-button {
    vertical-align: middle;
}

.fc-header .fc-header-center .fc-header-title {
    vertical-align: middle;
}

.fc-header .fc-header-center .fc-header-title h2 {
    margin-left: 20px;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .booking-page {
        margin-bottom: 20px;
    }

    .booking-page select {
        width: 48% !important;
        margin: 10px 0 0 0;
        display: inline-block !important;
    }
    .booking-page select:nth-child(2) {
        float: right !important;
    }
}

.sidebar-brand, .sidebar-title {
    white-space: nowrap;
}