div.events_calendar .table {
    width: 100%;
    color:white;

}

div.events_calendar .table th,
div.events_calendar .table td {
    text-align: center;
}

div.events_calendar div.calendar-month-navigation,
div.events_calendar .table tr td.event-clickable {
    cursor: pointer;
        /*width: 30px !important;
    height: 20px !important;*/
    color:white !important;

}