﻿body {
    margin: 10px 10px;
    padding: 0;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-size: 16px;
}

.fc .fc-axis, .fc button, .fc-day-grid-event .fc-content, .fc-list-item-marker, .fc-list-item-time, .fc-time-grid-event .fc-time, .fc-time-grid-event.fc-short .fc-content {
    white-space: normal !important;
}


#calendar {
    max-width: 96%;
    max-height: 65%;
    margin: 0 auto;
}

#calendar h2 {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    top: 10px;
}

.fc td, .fc th {
    border-style: none !important;
    padding: 0px;
}

#calendar .fc-today {
    background-color: #ffd6cc;

}


#calendar .fc-widget-header {
    font-size: 12px !important;
    background-color: #E6E6E6;
    font-weight: normal;
    text-transform: uppercase;
}

#calendar th.fc-today {
    font-weight: bold;
}

#calendar .fc-content {
    height: 80px !important;
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
 
}

.fc-day-grid-event {
    padding: 0px !important;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    body {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 321px) and (max-width: 767px) {
    body {
       font-size: 0.9em;
    }
}

@media screen and (max-width: 320px) {
    body {
        font-size: 0.85em;
    }
}


