#calendar-content
{
    background-color: #ffffff;
    width: 100%;
}

#calendar
{
    
    width: 100%;
    background-color: #ffffff;
    color: #303030;
    font-family: 'Open Sans', sans-serif;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.fc-button
{
    font-size: 14px;
    text-transform: uppercase;
}

.fc-state-default
{
    background-color: #898989;
    background-image: none !important;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: none;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active
{
    color: #fff !important;
    background-color: #070707 !important;
}

.fc-event-inner
{
    cursor: pointer;
}

.fc-event
{
    font-size: 0.7em;
}

.fc-header-title h2
{
    font-size: 1em;
    font-weight: 400;
}

.fc-grid th
{
    font-size: 0.8em;
    font-weight: 400;
}
