input.skin_score {
    width: 2em;
}

table.optimised_list {
    border-collapse: collapse;
}

table.optimised_list th {
    font-weight: bold;
    background-color: var(--main_light);
    padding: 0.5em;
}

table.optimised_list td {
    padding: 0.5em;
}

table.optimised_list tr:last-of-type {
    background-color: var(--main_vlight);
    color: red;
}

table.optimised_list tr td:nth-child(3) {
    text-align: center;
}

table.optimised_list tr td:nth-child(4) {
    text-align: right;
}
