/*
    Document   : fullcalendarSmall
    Created on : 30 sept. 2011, 14:44:02
    Author     : damien
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.calendar-fc-small {
    width: 200px;
    margin: 0 auto;
    font-size: 10px;
}
.calendar-fc-small .fc-toolbar h2 {
    font-size: 12px;
    white-space: normal !important;
}
.calendar-fc-small .fc-month-view .fc-event-container {
    font-size: 0;
    overflow: hidden;
    height: 2px;
}

.calendar-fc-small .fc-body .fc-row {
    min-height: 2em;
}

.calendar-fc-small .fc-view-agendaWeek .fc-event-vert {
    font-size: 0;
    overflow: hidden;
    width: 2px !important;
}
.calendar-fc-small .fc-agenda-axis {
    width: 20px !important;
    font-size: .7em;
}

.calendar-fc-small .fc-button-content {
    padding: 0;
}
.calendar-fc-small .fc-header .fc-state-default span{
    font-size: 10px;
    padding: 0;
}
