/*
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

thead {
    border-bottom-style: double;
}

td {
    width: 25%;
}

thead tr:last-child th {
    min-width: max-content;
}

thead tr:last-child span:before {
    content: "Σ ";
}

td input {
    width: 100%;
}

th.percent, td.percent {
    text-align: right;
}

td.percent::after {
    content: " %";
}
