.calendar {
  margin: auto;
  margin-top:1em;
}

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

.dayName th {
  font-size: 0.7em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background-color: gray;
  color: white;
}

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

}

.otherMonth {
  color: #999;
}
.weekendDay {
  background-color: white;
}

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

.specialDay {
	background-color: #FF907A;
  color: white;
}

.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: black;
  text-decoration: none;
}
.specialDay a:hover {
  color: white;
  text-decoration:underline;
}
