/* FULL CALENDAR
----------------------------------------- */
.fc-event {
    max-height: 4.0rem;
    font-size: 0.8rem;
    border-radius: 0;
    overflow: auto;
}
.fc-day-grid-event .fc-content {
    white-space: normal;
}

