/*ASP* Adds */
table tr:nth-child(odd) td{
           background:#fff;
}
table tr:nth-child(even) td{
            background:#f6faf9;
}
