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

.mesc{
  font-size: 2.0em;
  font-weight: normal;
  text-align: right;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

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

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

}

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

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

.specialDay {
  background-color: #d10a21;
  color: white;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
  padding: 5px;
}
.specialDay a:hover {
  color: white;
  text-decoration: underline;
}
.today {
  background-color: #1e90ff;
  color: white;
}

