.schedule-week {
  margin-bottom: 2em;
}

.week-label {
  display: inline-block;
  background: #4a77d4;
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: bold;
  margin-bottom: 10px;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
}

.schedule-table td {
  padding: 10px 12px;
  border-top: 1px solid #ddd;
  vertical-align: top;
}

.schedule-date {
  width: 120px;
  font-weight: bold;
}

.schedule-type {
  width: 100px;
  color: #555;
}

.schedule-topic a {
  color: #4183c4;
  text-decoration: none;
}

.schedule-topic a:hover {
  text-decoration: underline;
}

.no-class {
  color: #999;
  font-style: italic;
}
