.content table.table-template thead {
    background-color: #3D66DD; 
}
	
.content table.table-template tbody tr td.st-key {
    background-color: #3D66DD; 
}
	
.content table.table-template tbody tr:nth-child(even) {
  background-color: #E3F1FF;
}