
table {
    border: 1px solid #aaa;
    width: 100%;
}

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

tr:nth-child(even) {
    background: #f4f4f4;
}
