table#studentsTable th.sortableColumn {
    cursor: pointer;
    user-select: none;
}

table#studentsTable td {
    white-space: nowrap;
}

table#studentsTable td.inactiveStudentRow {
    color: dimgray;
}
