/* Existing Users' Affiliations*/

#TFtable{
        width:90%;
        border-collapse:collapse;
	margin:10px auto 20px auto;
}
#TFtable td{
        padding:3px 7px 3px 17px;
}
/* provide some minimal visual accomodation for IE8 and below */
#TFtable tr{
        background: #eaeded;
}
/*  Define the background color for all the ODD background rows  */
#TFtable tr:nth-child(even){
        background: #eaeded;
}
/*  Define the background color for all the EVEN background rows  */
#TFtable tr:nth-child(odd){
        background: #dbdddd;
}
