/*    .fc-daygrid-day-number, .fc-daygrid-week-number, .fc-daygrid-day-frame{
        cursor: pointer;
    }*/


.fc-event *{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
.fc-daygrid-event{
    white-space: normal;
}

.fc-h-event .fc-event-main-frame{
    display:block;
}

.fc-event-time{
    text-transform: lowercase;
}

@media only screen and (max-width: 600px) {
    .fc-header-toolbar{
        flex-wrap: wrap;
    }


    .fc-toolbar-chunk:nth-child(2) {
        order: -1;
        color: green;
        width: 100%;
        text-align: center;
    }

    .fc-toolbar-chunk .btn{
        border-radius: 3px;
        font-size: 12px;
        line-height: 1.5;
        padding: 5px 10px;
    }
    .fc-header-toolbar .fc-toolbar-title{
        width: 100%;
        margin-bottom: 10px;
        font-size: 30px !important;
    }

}