Open 'CSS Template' which you have created, remove the previous code and place the following code, please:
| Code:  | 
  
/* Define background of each odd row in a table */ 
DIV.dataTables_wrapper TABLE.display TR.odd TD 
{ 
 background: #FFF; 
} 
 
/* Define background of each even row in a table */ 
DIV.dataTables_wrapper TABLE.display TR.even TD 
{ 
 background: #e2ebfa; 
} 
 
/* Define the text color of the top bar */ 
DIV.dataTables_wrapper DIV.ui-widget-header DIV 
{ 
  color: red; 
} 
 
/* Adds right and left borders to table */ 
DIV.dataTables_wrapper table.display 
{ 
  border-left: 1px solid #D1D1D1; 
  border-right: 1px solid #D1D1D1; 
} 
 
DIV.dataTables_wrapper 
{ 
  margin: 0 1px; 
} 
 
DIV.dataTables_wrapper DIV.ui-widget-header 
{ 
  margin-left: -1px; 
} 
  | 
 
Regards,
ARI Soft