.fc-event-title
{
    white-space: normal !important;
}

/* .fc-prev-button, .fc-next-button, .fc-today-button
{
    background-color: #0e174a !important;
    border-color: #0e174a !important;    
    transition: 0ms !important;
    font-size: 1.5rem !important;
    font-weight: bolder !important;
} */

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .fc-prev-button, .fc-next-button, .fc-today-button
    {
        background-color: #0e174a !important;
        border-color: #0e174a !important;    
        transition: 0ms !important;
        font-size: 1.5rem !important;
        font-weight: bolder !important;
    }

    .fc-toolbar-title
    {
        font-size: 1.75em !important;
    }
}

@media screen and (max-width: 767px)
{
    .fc-prev-button, .fc-next-button, .fc-today-button
    {
        background-color: #0e174a !important;
        border-color: #0e174a !important;    
        transition: 0ms !important;
        font-size: 0.8rem !important;
        font-weight: bolder !important;
    }
    .fc-toolbar-title
    {
        font-size: 1.1em !important;
    }
}