/* public_html/app/view/jump/jump.css  (or fold into your existing stylesheet) */

/* Trials the tester excluded: visible but clearly not counted */
.jump-row-excluded .x-grid-cell {
    opacity: .45;
    text-decoration: line-through;
}

/* Trials the pipeline rejected */
.jump-row-invalid .x-grid-cell {
    background-color: #fdf0ef;
}

.jump-num {
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
}
