/* full calendar over-rides */
.fc-event {
    border-width: 0px;
    font-size: 100%;
    border: none;
}
.fc-event .fc-event-inner:hover {
    background-color: rgb(240, 237, 237);
}
.fc-event-skin {
    border-color: white;
    color: gray;
}

.fc-header-title, .fc-header-title h2 {
    font-size: 115%;
}
.fc-content:hover {
    background-color: #eeeeee;
}

.light-box-header .calendar-event-start-date {
    border: none;
    font-size: 16px !important;
    font-weight: normal !Important;
    width: 150px;
}

.light-box-header .calendar-event-start-date:hover {
    cursor: pointer;
    text-decoration: underline
;
}

.calendar-show .note-editor {
    height: 253px;
    overflow-y: scroll;
}

@media screen and (max-width: 603px)  {
    #calendar-container-large {
        margin-right: 5px;
        margin-left: 5px;
        padding-bottom: 15px;
    }
    .fc-header, .fc-center h2 {
        font-size: 160%;
        font-weight: normal;
        white-space: normal;
    }
    .fc-button-today {
        display: none;
    }
    .fc-button-agendaWeek {
        display: none;
    }
    .fc-event {
        border-width: 0px;
        font-size: 116%;
    }
}
@media screen and (max-width: 480px)  {
    .fc-header, .fc-center h2 {
        font-size: 111%;
        padding-top: 7px;
    }
}


