#calendarDesc {
  padding: 10px;
  font-size: 10px;
}

.calendarDescBox {
  width: 16px;
  height: 16px;
  border: 1px solid black;
  float: left;
  margin-right: 5px;
}

.calendar {
  margin: auto;
}

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

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

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

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

.day, .otherMonth, .specialDay, .deliveryDay, .menuDay, .closedDay {
  text-align: center;
  border-bottom: 1px dotted #bbbbbb;
  padding: 0.7em 0.4em;
}

.day a:hover {
  padding: 0.7em;
}

.specialDay {
  background-color: #d10a21;
  color: white;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
  padding: 0.7em;
}
.specialDay a:hover {
  color: white;
  background-color: black;
}
.today {
  border: 2px solid #000000;
  font-weight: bold;
}

.deliveryDay {
  background-color: YellowGreen;
  color: white;
}

.deliveryDay a, .deliveryDay a:visited, .deliveryDay a:hover {
  color: white;
  text-decoration: none;
  padding: 0.7em;
}

.deliveryDay a:hover {
  color: white;
  background-color: black;
}

.menuDay {
  background-color: green;
  color: white;
}

.menuDay a, .deliveryDay a:visited, .deliveryDay a:hover {
  color: white;
  text-decoration: none;
  padding: 0.7em;
}

.menuDay a:hover {
  color: white;
  background-color: black;
}

.closedDay {
  background-color: #33cc99;
  color: white;
}

.closedDay a, .deliveryDay a:visited, .deliveryDay a:hover {
  color: white;
  text-decoration: none;
  padding: 0.7em;
}

.closedDay a:hover {
  color: white;
  background-color: black;
}


