#calendar {
    max-width: 900px;
    margin: 10px auto;
  }
  .fc-list-item-title a:link, .fc-list-item-title a:visited{
    color: #FFF !important; 
  }
  
  .fc-list-item-title a:link,
  .fc-list-item-title a:visited {
    color: #447af8;
  }
  .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
    background: none;
}
  .fc-list-item-title a:hover {
    color: #000000;
    text-decoration: underline;
  }
  
  
  .red .fc-event-dot,
  a.fc-day-grid-event.red {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #FFF !important;
  }
  
  .blue .fc-event-dot,
  a.fc-day-grid-event.blue {
    background-color: #0073b7;
    border-color: #0073b7;
    color: #FFF !important;
  }
  .green .fc-event-dot,
  a.fc-day-grid-event.green {
    background-color: #008d4c;
    border-color: #008d4c;
    color: #FFF !important;
  }
  
  .orange .fc-event-dot,
  a.fc-day-grid-event.orange {
    background-color: orange;
    border-color: orange;
    color: #FFF !important;
  }

  .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
    background: none !important;
}
.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
  background: none !important;
}
.fc-unthemed .fc-list-item:hover td {
  background-color: #272c30!important;
  color: #bec5cb!important;
}
.fc-unthemed .fc-list-item:hover td a{
  font-weight: bold!important;
  text-decoration:none!important;
}



