.assocTable
{
border-style: solid;
border-width:1px; 
position:relative;
margin-left:auto;
margin-right:auto;
margin-top:50px;
border-collapse: collapse;
}

.assocTable tr:nth-child(even)
{
background-color: #DFDFDF; !important;

}
.assocTable tr:nth-child(odd)
{
background-color: #EFEFEF;!important;
}
.assocTable th
{
background-color: #B0C4DE; 
text-align: center;
vertical-align:middle; 
border-width:1px;
border-style: solid;
padding:8px;
font-size:16px;
height:50px;
}

.assocTable td
{
padding:18px 8px 10px 16px; 
border-width:1px;
border-style:solid;
font-size:14px; 
}
