.control-label{
 color:#000000;
}
				
.tcontents{
  color:#000000;
  font-size:15px;
}

#example tbody {
  cursor: pointer;
}
		
table.display tbody tr:nth-child(even):hover td{
  background-color:  #C5a1d5 !important
}
		
table.display tbody tr:nth-child(odd):hover td{
   background-color:  #C5a1d5 !important
}
		
table.display tbody tr:nth-child(even){
   background-color: #fbfbfd  !important
}
table.display tr.even .sorting_1 { 
   background-color:  #fbfbfd  !important
}
		
table.display tbody tr:nth-child(odd){
   background-color:  #fbfbfd !important
}

table.display tr.odd .sorting_1 { 
  background-color:  #fbfbfd !important
}

