table {
    border-collapse: collapse;
}

tr.odd {
    background: #eee;
}

th {
    text-align: left;
}

td, th {
    padding: 8px;
    margin: 0;
    border: none;
}

li.active {
    color: #f00;
}