   .calendar-month {
    font-size:   16px;
    color:       #c96;
    font-weight: bold;
   }

   table.calendar {
    border-collapse: collapse;
   }

   td {
    font-size: 12px;
    text-align: center;
   }

   th {
    font-size: 10px;
    color:       #c96;
    border-bottom: 1px solid #c90;
    font-weight: bold;
    text-align: center;
   }