body {
/*    font-size: 20px;*/
}
th.cell-value, td.cell-value {
    background-color: transparent;
}
th.cell-standerd, td.cell-standerd {
    background-color: aliceblue;
}
td.has-caution {
    background-color: hotpink;
}

.font-small {
    font-size: 1rem;
}

tr.selected {
    background-color: hotpink;
}