table.serieresult {
    border: 1px solid grey;
    width: 100%;
    padding: 3px;
}

table.serieresult>thead>tr>th {
    background-color: #3673a9;
    color: white;
    padding: 3px;
}

table.serieresult>tbody>tr>td {
    padding: 3px;
}

.filler {
    background-color: black;
    width: 5px;
}