#calendar {
    max-width: 900px;
    margin: 0 auto;
}

.fc-header-toolbar {
    margin-bottom: 20px;
}


.fc-list-event-title {
    font-weight: bold;
}

.fc-list-event-time {
    font-style: italic;
}

.fc-list-day-cushion {
    background-color: #f0f0f0 !important;
}


