.modal-dialog {max-width:800px;}
.table-schedule {}
.table-schedule th,
.table-schedule td {padding:10px 0;}

#schedule-view tbody .fc-event-container a {padding:1px;}
div.fc-event {
    border:2px solid red !important;
}
.fc-content {
    padding:0 0 4px 0 !important;
    white-space:normal !important;
    line-height:22px !important;
}
.fc-title {
    color:white; font-size:13px;
    line-height:0 !important;
}
#schedule-view .fc-content-skeleton .fc-day-number {
    line-height:15px;
    height:15px;
}

@media (max-width:840px){
    #schedule-view .fc-dayGrid-view .fc-body .fc-row {height:4em;}
}