table {
    border: 3px solid #ccc;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 10px;
}

th,
td {
    padding: 2px;
    text-align: center;
}

.row:nth-child(even) {
    background: #dde;
}

.row:nth-child(odd) {
    background: white;
}

.name {
    text-align: left;
    border-right: 3px solid #ccc;
}

#history main {
    padding-left: 100px;
}