﻿/* @define GradesSummaryTable */
.GradesSummaryTable {
    flex-grow: 1;
    width: 100%;
    overflow-y: auto;
    max-height: 100%;
}

.GradesSummaryTable-tableHead {
    flex-grow: 0;
    width: 100%;
}

.GradesSummaryTable-headerCell {
    border-top: none;
    cursor: pointer;
    user-select: none;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.GradesSummaryTable-validationBreadcrumb {
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 2px;
}
