table, th, td {
    border: solid black 1px;
    border-collapse: collapse;
}
th {
   background: #CCC;
}
.even {
   background: #EEE;
}
th, td {
    padding: 5px;
}
