/* Keep SmCo grade names intact in the first data column. */
.smco-page .smco-screen-primary-table .grade-cell {
    min-width: 78px;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

/* Numeric values must remain intact; the table wrapper handles overflow. */
.smco-page .smco-screen-primary-table .smco-table tbody td {
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}
