.TFtable{
width:100%;
border-collapse:collapse;
}
.TFtable td{
padding:7px; border:#4e95f4 1px solid;
}
/* provide some minimal visual accomodation for IE8 and below */
.TFtable tr{
background: #f00ff0;
}
/* Define the background color for all the ODD background rows */
.TFtable tr:nth-child(odd){
background: #fffff0;
}
/* Define the background color for all the EVEN background rows */
.TFtable tr:nth-child(even){
background: #ff0ff0;
}