/* Styles definition here */
     .cptslotsbtable { 
       /* styles for the whole table */
     }
     
     .cptslotsbtable th {
         /* styles for the table header cells */
		     border: 1px solid red !important;
    		 background-color: #F8CBAD;
}
     }
     
     .cptslotsbtable td{
         /* styles for the table data cells */
     }
     
    .cptslotsbheadermth,.cptslotsbheadermtd  {
        /* styles for the table header group cells */
    }        
     
     .cptslotsbheader1 {
         /* styles for the table header column #1, same exists for column #2, #3, ... */
     }
     
     .cptslotsbcol1 {
         /* styles for the table data cell column #1, same exists for column #2, #3, ... */
     }
           

.cptslotsbheadermth th, .cptslotsbheadermtd {
    color:red;
}