.byStudent .course-table .student-name-container {
    display: inline-block;
    position: relative;
    font-size: 16px;
    top: 3px;
}
.byStudent .course-table .tcontents .student-display.rcell {
    padding-top: 15px;
}
.byStudent .course-table.fixed .student-name-container .ellipsis-container {
    /*  !!! This sets maximum width of fixed (left) side of the table  !!! */
    max-width: 300px;
}
.byStudent .tcontents .trow {
    height: 49px;
}
.byStudent .admin-tools-checkbox .active-student-override input[type=checkbox]{
    margin: 0;
    position: relative;
    top: -13px;
}
.byStudent .date-field .active-student-override {
    margin: 0;
    position: relative;
    top: 3px;
}