/* Style for the teaching tables */

.teaching-table {
  border-collapse: collapse;
}

.teaching-table td {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid lightgrey;
}

.teaching-table tr:last-child td {
  border-bottom: 0;
}
