table.calendar {
  margin: 12px auto;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}

thead th {  

padding-bottom: 4px;

}

.monthName th {
  font-weight: normal;
  text-align: right;
  padding-top: 1em;
  padding-bottom: 0.7em;
  color: black;
}
.dayName th {
  font-size: 0.7em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background-color: #4A717A;
  color: white;
  border-bottom: 1px solid white;
}
td.otherMonth, td.day, td.specialDay {
  padding: 0.2em 0.3em;
  border-right: 1px solid #fff;
}
td.otherMonth {
  color: #D3C9B9;
  background-color: #F5F3F2;
}
td.day, td.specialDay {
  border-bottom: 1px solid #fff;
  background-color: #F5F3F2;
  color: #4E4E4E;
  
}
td.specialDay {
  background-color: #D3C9B9;
  color: #4E4E4E;
}

td.eventDay {
  background-color: #000;
  color: #fff;
}

td.eventDay a {
  color: #4E4E4E!important;
  text-decoration: none;
}


td.specialDay a, td.specialDay a:visited, td.specialDay a:hover {
  color: #4E4E4E!important;
  text-decoration: none;
}
td.specialDay a:hover {
  color: #000;
  background: #F5F3F2;
}
td.today {
	background-color: #940D0D;
	color: #fff;
}