.calendar-side-menu li {
    font-size: 16px;
    line-height: 1.2;
}
.fc-unthemed td, .fc-unthemed th {
    font-size:14px;
    text-align: left;
}
.fc-unthemed td:not(.fc-head-container) {
    border-color: transparent;
    border-top-color: #333;
}
.fc-unthemed td.fc-head-container {
    border-color: transparent;
    border-bottom-color: #333;
}
.fc-unthemed th {
    border-color: transparent;
    color:#333;
    padding-bottom:2px;
}
.fc-unthemed .fc-day-number {
    float: left!important;
}
.fc-event {
    border-radius: 0;
    background: lightblue;
    border: 0;
    border-left: solid 3px rgb(24, 134, 197);
    padding: 1px;
    color:#333;
}
.fc-event a,
.fc-event:hover {
    color:#333;
}
.fc-event .fc-content {
    white-space: normal;
}
.fc-unthemed .fc-day-grid-event .fc-time {
    display : none;
}
.fc-toolbar h2 {
    font-size:24px;
}
.fc-icon-left-single-arrow:after,
.fc-icon-right-single-arrow:after {
    font-size:150%;
}
/* List View */
.fc-list-view {
    border:0;
}
.fc-list-item {
    border-bottom:solid 1px #999;
}
.fc-unthemed .fc-list-item:hover td {
    background-color:white;
}
.fc-list-table td {
    padding: 15px 0;
    border-top-color: #999!important;
}
.fc-list-heading td {
    padding:5px;
    border-top-color: #999!important;
}
.fc-list-item-title a {
    font-size:18px;
    font-weight:bold;
    text-decoration: none;
}
.fc-list-item-title a:hover {
    text-decoration: none;
}
.fc-list-item-datetime {
    font-weight: bold;
    line-height:1.5;
}
.fc-list-item-location {
    line-height:1.5;
    margin-bottom:10px;
}
.fc-list-item-description p {
    margin-bottom:0;
    line-height:1.5;
}
.fc-scroller {
    height: auto !important
}

/* Custom colours for certain events */
.fc-month-view .fc-early-childhood {
    border-left-color:#ad8f31;
    background-color: #ffd844;
}
.fc-listMonth-view .fc-early-childhood .fc-list-item-title a {
    color:#ad8f31;
}
.fc-month-view .fc-years-1-6 {
    border-left-color: #1e5959;
    background-color:  #2f9395;
}
.fc-listMonth-view .fc-years-1-6 .fc-list-item-title a {
    color: #1e5959;
}
.fc-month-view .fc-years-7-10 {
    border-left-color:#bf7232;
    background-color: #f39338;
}
.fc-listMonth-view .fc-years-7-10 .fc-list-item-title a {
    color:#bf7232;
}
.fc-month-view .fc-years-11-13 {
    border-left-color: #0468a0;
    background-color: #0099ff;
    color:white;
}
.fc-listMonth-view .fc-years-11-13 .fc-list-item-title a {
    color: #0468a0;
}
.fc-month-view .fc-special-education,
.fc-month-view .fc-learning-support {
    border-left-color:#5b242f;
    background-color: #a33e4d;
    color:white;
}
.fc-listMonth-view .fc-special-education .fc-list-item-title a,
.fc-listMonth-view .fc-learning-support .fc-list-item-title a {
    color:#5b242f;
}

.fc-month-view .fc-multi {
    border-left-color:#4d5628;
    background-color: #879946;
    color:white;
}
.fc-listMonth-view .fc-multi .fc-list-item-title a {
    color:#4d5628;
}
