 .fc-toolbar-chunk *{
  font-size: 12px !important;
}
h2.fc-toolbar-title{
  font-size: 18px !important;
}
  .fc-scrollgrid table tr th, .fc-scrollgrid table tr td{
      height:35px !important;
      vertical-align: middle !important;
  }
  
  .fc-daygrid-day-frame{
    max-height: 50px;
    cursor:pointer !important;
  }
  
  .fc-widget-content:hover{
      cursor:pointer !important;
  }
  
  .fc-bgevent{
      background-color: #990000 !important;
  }

  .fc-day-today{
    background-color: #fff !important;
  }
  
  tr td .fc-widget-content{
      height: 20px !important;
  }

  .fc-event-main-frame:hover, .fc-timegrid-slot-lane:hover{
    cursor:pointer !important;
  }


  .fc-event-main-frame .fc-event-title{
    font-size: 11px !important;
  }

  .fc-event-main-frame .fc-event-time{
    font-size: 11px !important;
  }

  .fc-event-main-frame{
    margin-top:-50px;
    height: 50px;
  }

