table#studentsTable th.sortableColumn {
    cursor: pointer;
    user-select: none;
}

table#studentsTable td {
    white-space: nowrap;
}

table#studentsTable td.inactiveStudentRow {
    color: dimgray;
}

table#studentsTable td.studentListPictureCell {
    text-align: center;
}

.studentListPictureLink {
    text-decoration: none;
}

.studentListPictureWrap,
.studentListPicturePlaceholder {
    width: 42px;
    height: 42px;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f7f7f7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.studentListPictureImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.studentListPicturePlaceholder i {
    color: #999;
    font-size: 20px;
}
