#content-core table tbody tr:nth-child(odd) {
    background: #f5f5f5;
}

#content-core table tbody tr:nth-child(even) {
    background: #ffffff;
}