/* Overview course table */
.courses-table tbody td:nth-child(1),
.courses-table tbody td:nth-child(2),
.courses-table tbody td:nth-child(4) {
  white-space: nowrap;
}
