a.fc-day-grid-event, a.fc-time-grid-event {
    padding: 4px;
    font-size: 11.8px;
}

div#calendar thead.fc-head tr {
    background-color: #f9f9f9;
}

div.fc-right .btn {
    font-size: 14px !important;
}

.fc-day-grid-event .fc-time {
    font-weight: 600 !important;
}

thead.fc-head th {
    padding: 3px;
    font-weight: 200;
}

.tooltip {
    position: fixed !important;
    z-index: 9999999999 !important;
}

.calendar_on_app .fc-month-view,
.calendar_on_app .fc-agenda-view {
    padding-top: 60px;
}

@media print {

    div.fc-view-container {
        border: 1px solid #aaa;
    }
    
    /* allow for agendaWeek and agendaDay views to print entire content, not just visible section */
    div.fc-scroller {
        height: auto !important;
    }
    
}