
 #calendar {
	max-width: 900px;
	
    margin: 0 auto;
}

.fc-day-number {margin-right: 5px; margin-top: 2px; font-size: 1.3em;}

.fc-event .fc-content {
    height: 52px;
    text-align: center;
    margin-top: 5px;
}

.fc-past {
    background-color: #fafafa;
}

.fc-past .fc-day-number {color: #bbb;}


.fc-future {
    background-color: #fff;
}

.fc-unthemed td.fc-sat .fc-day-number {
    color: #ce7e6e;
}

.fc-unthemed td.fc-sun .fc-day-number {
    color: #ce7e6e;
}



.fc-unthemed td.fc-today {
    background: #ccefe1;
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.fc-today-button {background: #a4d5bb; border: none; color: #fff;}
.fc-today-button.fc-state-disabled.fc-state-default {opacity: 1; text-shadow: none;}