  TABLE.calendar { text-align: center; }
  TH.month { background-color: #e2f1fe; }
  TD.prev-month { text-align: left; }
  TD.next-month { text-align: right; }
  TH.day-of-week { font-size: 8pt; }
  TD.selected-day { background-color: #FFFFFF; }
  TD.day { background-color: #e2f1fe; }
  TD.today { background-color: #e2f1fe; font-weight: bold; }
