.itemContainer {
    clear: both;
    margin-bottom: 10px;
    height: 65px;
    float: none;
    display: block;
}
.itemTitle {
    display:block;
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: bold;
    padding-top: 4px;
}
.showCategoriesContainer,
.showMonthlyContainer {
    padding: 5px 0;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.showCategoriesContainer label {
    margin: 0 5px;
}
.monthlyButton {
    background-color: #0079bc;
    color: #fff;
    border: 1px solid #052264;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font-weight: bold;
    margin: 0 10px;
    cursor: pointer;
}
.datePanel {
    float: left;
    width: 50px;
    height: 55px;
    margin-right: 20px;
    border: 1px solid #ccc;
    border-top: 5px solid #666;
    text-align: center;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.datePanel > span {
    display: block;
    padding-bottom: 2px;
    line-height: 1.0em;
}
.datePanel .datePanelDay {
    font-size: 14px;
    font-weight: bold;
}
.datePanel .datePanelMonth {
    font-size: 12px;
}
.datePanel .datePanelYear {
    font-size: 10px;
}
.itemContainerList {
    list-style-type: none;
}
.itemContainerList li {
    clear: both;
    font-size: 12px;
    line-height: 14px;
}

/* full calendar overrides */
.fc-day-grid-event .fc-content { white-space: normal !important; }
.fc-event { border-width: 0 !important; padding: 5px !important; }
.fc-day-number { background-color: #ececec !important; }

/* colors */
span.academic {
    color: #3A6C3B;
}
.datePanel.academic {
    border-top-color: #3A6C3B;
}
.fc-event.Academic {
    background-color: #3A6C3B;
}

span.community {
    color: #1B216F;
}
.datePanel.community {
    border-top-color: #1B216F;
}
.fc-event.Community {
    background-color: #1B216F;
}

span.general {
    color: #8F1E49;
}
.datePanel.general {
    border-top-color: #8F1E49;
}
.fc-event.General {
    background-color: #8F1E49;
}

span.sport {
    color: goldenrod;
}
.datePanel.sport {
    border-top-color: goldenrod;
}
.fc-event.Sport {
    background-color: goldenrod;
}

span.termdates {
    color: orange;
}
.datePanel.term_dates {
    border-top-color: orange;
}
.fc-event.Term.Dates {
    background-color: orange;
}

span.creativearts {
    color: yellowgreen;
}
.datePanel.creative_arts {
    border-top-color: yellowgreen;
}
.fc-event.Creative.Arts {
    background-color: yellowgreen;
    color: black;
}