.TFtable{
        width:100%;
        border-collapse:collapse;
        margin-top:15px;
        margin-bottom:15px;
}
.TFtable td{
        padding:7px; border:#d8e6ed 1px solid;
        font-size:15px;
}
/* provide some minimal visual accomodation for IE8 and below */
.TFtable tr{
        background: #b8d1f3;
        color: rgb(25,128,161);
}
.TFtable th{
        background: rgb(25,128,161);
        padding:7px; border:#106f8e 1px solid; border-bottom:0px; border-top:0px;
        padding: 10px;
        text-align:left;
        font-size:15px;
        color: #fff; /*rgb(247,132,60);*/
}

/*  Define the background color for all the ODD background rows  */
.TFtable tr:nth-child(odd){
        background: rgb(255,255,255);
}
/*  Define the background color for all the EVEN background rows  */
.TFtable tr:nth-child(even){
        background: rgb(242,251,255);

}
