#works-header {
    top:54px;
}
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
    position: sticky;
    top: 138px;
    background-color: white;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 10px;
}
.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
    top: 198px;
}
.fc .fc-timegrid-col.fc-day-today {
    background-color: unset;
}
.fc-event-custom-service {
    background-color: #3788d8;
    border-color: #3788d8;
}
.fc-event-custom-jobs {
    background-color: #5998d5;
    border-color: #5998d5;
}
.fc-event-custom-rest {
    background-color: #606060;
    border-color: #505050;
}
.fc-event-custom-holiday {
    background-color: #404040;
    border-color: #303030;
}
.fc-event-custom-private {
    background-color: #101010;
    border-color: #000000;
}
.fc-business {
    background: #FFFFFF;
}
.fc-non-business {
    background: hsla(0, 0%, 84%, .3);
}
@media screen and (max-width: 480px) {
    .fc-toolbar-title {
        font-size: 1em !important;
    }
    .fc-prev-button, .fc-next-button, .fc-today-button, .fc-timeGridWeek-button, .fc-timeGridDay-button {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .calendar-legend {
        font-size:0.75rem !important;
    }
    .fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
        top: 180px;
    }
}