table.schedule {
  font-size: small;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
  width: 600px;
}
table.schedule th {
  border: 1px solid black;
  padding: 0.5em;
}
table.schedule td {
  border: 1px solid black;
  padding: 0.5em;
}
table.schedule td.title {
  font-weight: bold;
}
table.schedule td.date {
  text-align: center;
}