.result:nth-child(odd) {
    background: #f0f0f0;
}
.result:nth-child(even) {
    background: #e3e3e3;
}