table{
    border:0;
    width: 100%;
}
table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.night table>tbody>tr:nth-of-type(odd) {
    background-color: #181a1b;
}
td{
    border: 1px solid #ddd;
    padding: 0.4rem;
    line-height: 2;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size:0.6rem;
}
.night td{
    border: 1px solid #444;
    border-top: 1px solid #444;
    color: #eee;
}

td span{ color:#ff0000;margin-left: 0.25rem;}