﻿.selected {
    background-color: #1E88E5 !important;
}

    .selected > td {
        color: white !important;
    }

        .selected > td .mud-input {
            color: white !important;
        }

.compareAgainst > td {
    color: red !important;
}

    .compareAgainst > td .mud-input {
        color: red !important;
    }

.noFinish {
    text-decoration: line-through
}
