table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: black;
}

th {
    background-color: lightgrey;
    font-weight: bold;
    padding: 8px;
}

td {
    background-color: white;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}

td:nth-child(1) {
    background-color: lightgrey;
    font-weight: bold;
}