/*****************************
 Agenda table settings
******************************/
.agenda table {
  border-collapse: collapse;
}

.agenda th {
  font-family: defaultHandwritten;
  font-size: 2em;
}

.agenda td {
  width: 10%;
  height: 100px;
}

.agenda tr {
  vertical-align: top;
}

.agenda tr:nth-child(even) {
  background-color: LightYellow;
}

