/* 演習課題（1つ1つのタスク）の見出しを目立たせる */
h2.exercise, h3.exercise {
  margin-top: 2em;
  padding: 0.5em 0.9em;
  background: var(--md-primary-fg-color);
  color: var(--md-primary-bg-color) !important;
  border-radius: 6px;
}

h2.exercise .headerlink, h3.exercise .headerlink {
  color: var(--md-primary-bg-color) !important;
}

/* 講義一覧表: スライド・演習ページの列をファイル名の途中で折り返さない */
.md-typeset .schedule td:nth-child(3),
.md-typeset .schedule td:nth-child(4) {
  white-space: nowrap;
}
