.day {
  text-align: center;
}
.day.empty {
  /*background-color: #eee;*/
  border: none;
}
.month {
  font-size: 1.2em;
}
.year {
  font-size: 2em;
}

table.calendar {
  border-collapse: collapse;
}
table.calendar td {
  border: 1px solid #000;
  width: 35px;
  height: 35px;
}