.calendar {
   position: relative;
   float:left;
}

.calendar table {
   position: relative;
}

.calendar table tr td {
   text-align: center;
}

.calendar table tr.calendar-header {
   position: relative;
}

.calendar table tr.calendar-header th.calendar-title {
   font-size: 15px;
   color: #f4fc09;
   padding: 0 10px;
}

.calendar table tr.calendar-week td {
   font-size: 15px;
   color: #ffffff;
}

.calendar table tr.calendar-number td {
   font-size: 15px;
   color: #ffffff;
}

.calendar table tr.calendar-number td a {
   
   color: #ff0000;
}