/* FULL CALENDAR
----------------------------------------- */
.fc-event {
    max-height: 6.0rem;
    border-radius: 0;
    overflow: auto;
    color: #000;
    background: #ff00ff;
}
.fc-day-grid-event .fc-content {
    white-space: normal;
}
.fc-today.alert {
    border-radius: 0;
    background: #0063d1;
}
