/**
 * Alternating rows default style
 */

.even
    background-color    #FFF
.odd
    background-color    #F9F9F9
