.fc-header-title h2 {
    font-size: 2em;
}

.fc-event  {
    display:none;
    font-size:0.95em;/*0.83*/
    font-weight:normal;
    zoom: 1;
    filter: alpha(opacity=90);
    opacity: 0.90;
}

    .fc-event:hover  {
        text-decoration: none;
        filter: alpha(opacity=100);
        opacity: 1;
    }

.fc-event-inner {
    line-height: 15px;
}

.fc-today {
    background-image: none;
    background-color: #fdf4b9;
}


div#mainContent a {
    color:inherit;
    font-size:0.8em;
}

    #calendar {
        width: 650px;
        position: relative;
        margin: 0 auto;
    }

#calendar-wrapper
{
    position: relative;
    margin: 20px auto 0;
    width: 650px;

}

#calendars {
    width: 200px;
    z-index: 1000;
}

#calendars li a span
{
    display: block;
    height: 20px;/*16*/
    width: 20px;/*16*/
    margin-right: 5px;
    float: left;
}

#calendars li a {
    display:block;
    margin:10px;
}

.off {
    opacity: 0.4;
}

.popover {
    width:300px;
}

.popover-title,
.popover-content {
    font-size: 12px;
}

.popover-title {
    font-weight: bold;
}