Volume 6 - Issue 2
#customers {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
font-size: 12px;
}
#customers td, #customers th {
border: 1px solid #fff;
padding: 8px;
}
#customers tr:nth-child(even){background-color: #f2f2f2; border: 1px solid #fff;}
#customers tr:hover {background-color: #ddd;
}