html {
    background-color: white;
}

body {
    background-color: #eee;
    width: 800px;
    margin: auto;
    padding: 1em;
}

table th {
    border-bottom: 1px solid #aaa;
    text-align: left;
}

table th,
table td {
    padding-right: 1em;
}