a.disabled {
    color: inherit;
    pointer-events: none;
    text-decoration: none !important;
}

div.hidden {
  display: none;
}

a.inherit-color {
    color: inherit;
    text-decoration: underline;
}

.people-area {
    max-width: 560px;
    width: 100%;
    margin-inline: auto;
    box-sizing: border-box;
}

.people-header {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
}

.people-grid {
    display: grid;
    grid-template-columns: repeat(4, auto);
    column-gap: 1rem;
    row-gap:    1rem;
    justify-content: center;
}

.people-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
}

img.portrait {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 8px;
    border: 1px solid #f6f6f6;
}

table.people td {
    vertical-align: top;
}

table.people td:first-child {
    width: 140px;
}

.nobr {
    white-space: nowrap;
}

.cw {
    font-size: smaller;
}

.smaller {
    font-size: smaller;
}

.special-week {
    color: #dd2e2e;
    font-weight: bold;
}

table.weeks {
    table-layout: fixed;
    width: 100%;
    min-width: 750px;
}

table.weeks th:first-child, table.weeks td:first-child {
    text-align: right;
}

table.weeks th, table.weeks td {
    vertical-align: top;
}

table.weeks th:first-child, table.weeks td:first-child {
  width: 90px;
}

table.weeks th:nth-child(2), table.weeks td:nth-child(2) {
  width: 190px;
}

table.weeks th:nth-child(3), table.weeks td:nth-child(2) {
  width: 130px;
}

table.lecture th:nth-child(4), table.lecture td:nth-child(4) {
  width: 100px;
}
