#calendar table {
  width: 100%;
  font: monospace;
  line-height: 1.2em;
  font-size: 15px;
  text-align: center;
}
#calendar table thead tr:last-child {
  font-size: small;
  color: #E2FFC4;
}
#calendar table thead tr:nth-child(1) td:nth-child(2) {
  color: #A1FF90;
}
#calendar table thead tr:nth-child(1) td:nth-child(1), #calendar thead tr:nth-child(1) td:nth-child(3) {
  color: #CEE70E;
}
#calendar table thead tr:nth-child(1) td:nth-child(1):hover, #calendar thead tr:nth-child(1) td:nth-child(3):hover {
  cursor: pointer;
}
#calendar table tbody td {
  color: #85A1FF;
}
#calendar table tbody td:nth-child(n+6), #calendar .holiday {
  color: #FF544E;
}
#calendar table tbody td.today {
  background: #BA0000;
  color: #fff;
  border: 0.1rem solid black;
}
#calendar{
  border-radius: 0.5rem;
  background-color: lightslategray;
  background: url(../../img/bg/cal2.png) repeat;
}
