.light {
    background-color: #fff;
}
.dark {
    background-color: #ccc;
}
table {
    border-collapse: collapse;
}
td {
    padding: 3px;
}