#agenda {
    line-height: 1.25;
}

#agenda .fc-today-button,
#agenda .fc-prev-button,
#agenda .fc-next-button {
    border-radius: 0;
    background-color: var(--theme-bg-color);
    border-color: var(--theme-bg-color);
    color: var(--white);
}

#agenda .fc-col-header {
    background-color: var(--theme-bg-color);
    color: var(--white);
}

#agenda .table-bordered thead td, .table-bordered thead th {
    border-color: var(--theme-bg-color);
}

#agenda .fc-timegrid-event {
    border-radius: 0;
}

#agenda.fc .fc-timegrid-slot {
    height: 3rem;
}

/* XS */
@media only screen and (min-width : 0px) {

    #agenda .fc-toolbar-title {
        font-size: 1rem;
    }

}

/* SM (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* MD (tablets, 768px and up) */
@media (min-width: 768px) {


}

/* LG (desktops, 992px and up) */
@media (min-width: 992px) {

    #agenda .fc-toolbar-title {
        font-size: 1.75em;
    }

}

/* XL (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}