
.re-rows span:nth-child(even){
    background-color: #fff;
}
.re-rows span:nth-child(odd){
    background-color: #ededed;
}
  
  