/**
 * dataTable dizaino adaptavimas pagal RC stilių 
 * @author A.Kriksciunas, a.kriksciunas@registrucentras.lt
 * @version V.1912-19a
 */


table.dataTable thead {
  background-color: #D6EFF7;
  border-left: 1px solid #444444;
}

table.dataTable thead th {
/*
  font-size: 15px;
  font-weight: bold; 
  color: #3399CC;
*/
  border-right: 1px solid #cccccc; /* D0E4F5; */
}

