

table {
    background-color: white;
    padding: 0.4em;
}

td {
    padding: 0.1em
}

td:nth-child(2n) {
    padding-left: 1.5em;
}