.calendar {
  margin: auto;
  background: #FFF;
  font-size: 0.7em;
}

.monthName th {
  font-weight: normal;
  text-align: right;
  padding-top: 1em;
  padding-bottom: 0.7em;
}

.monthName { font-size: 1.5em; }

.dayName th {
  font-size: 1.1em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background-color: #303030;
  color: white;
}

.otherMonth, .day, .specialDay {
  padding: 0.7em 1em;
  border-right: 1px solid white;

}

.otherMonth {
  color: #eeeeee;
}
.weekendDay {
  background-color: #eeeeee;
}

.day, .specialDay {
  text-align: center;
  border-bottom: 1px dotted #bbbbbb;
}

.specialDay {
  background-color: #FF0000;
  color: white;
  font-size: 10px;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
  padding: 1em;
  font-weight: bold;
}
.specialDay a:hover {
  color: white;
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}
.today {
  background-color: #000000;
  color: white;
}
