table {
border-collapse: collapse;
width: 150px;
}

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