.row.row-striped :nth-child(even){
    background-color: #dcdcdc;
}
.row.row-striped :nth-child(odd){
    background-color: #aaaaaa;
}