.bookings {
    overflow-x: auto;
    padding: 1px 2px 5px;
}

.bookings .fc {
    min-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.26);
}

.bookings .fc .fc-col-header-cell {
    background-color: #f9fafb;
    padding: 14px 18px;
}

.bookings .fc .fc-toolbar-title {
    width: 300px;
    text-transform: uppercase;
}

.bookings .fc .fc-button {
    background-color: #fff;
    color: #6b7280;
    padding: 5px 14px;
    border: 1px solid #d2d6dc;
    border-radius: 6px;
    box-shadow: none !important;
    outline: none !important;
}

.bookings .fc .fc-button:hover,
.bookings .fc .fc-button:focus
.bookings .fc .fc-button:active,
.bookings .fc .fc-button:active:focus {
    background-color: #f7f7f7;
    color: #3c4257;
    border: 1px solid #d2d6dc;
}

.bookings .fc .fc-button:disabled {
    background-color: #f7f7f7;
    color: #3c4257;
    border: 1px solid #d2d6dc;
}

.bookings .fc .fc-day-today {
    background-color: #fbebd3;
}

.bookings .fc .fc-event {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
    color: #fff;
    cursor: pointer;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    font-weight: normal;
}

.bookings .fc .fc-event:hover {
    opacity: 0.8;
}

.bookings .fc .fc-event-time {
    font-weight: bold;
}