.region_block:nth-child(odd) {
    background-color: #f1f2f3;
}
div.region_block:nth-of-type(even) {
    background-color: #fff;
}
