#calendar {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1366px;
}
#calendar-loader {
    text-align: center;
}
.fc table {
    margin: 0;
}
.fc .fc-list-event-time {
    display: none;
}
.fc .fc-button-primary {
    background-color: #081e3f;
    border: none;
}
.fc .fc-button {
    text-transform: capitalize;
}
.fc .fc-toolbar-chunk:last-child .fc-button-group .fc-button-primary {
    background-color: transparent;
    color: #081e3f;
    border: 1px solid #081e3f;
}
.fc .fc-toolbar-chunk:last-child .fc-button-group .fc-button-primary + .fc-button-primary {
    border-left: 0;
}
.fc .fc-toolbar-chunk:last-child .fc-button-group .fc-button-primary:hover,
.fc .fc-toolbar-chunk:last-child .fc-button-group .fc-button-primary.fc-button-active {
    color: #fff;
    background-color: #081e3f;
}
.fc .fc-toolbar-chunk:last-child .fc-button-group .fc-button-primary.fc-button-active {
    cursor: default;    
}
.fc-h-event {
    border-color: #081e3f;
}
.fc table a {
    color: #333 !important;
    text-decoration: none !important;
    cursor: default;
}
.fc table a:hover {
    opacity: 1 !important;
}
.fc-h-event .fc-event-title {
    font-weight: 700;
    padding-left: 0.25rem;
}