/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2024 | 13:28:27 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
table > tbody tr:nth-child(2n+1) > td{
    background-color: #e4cae4;
}
table > tbody > tr:nth-child(2n + 2) > td{
    background-color: #ca97ca;
}
