﻿.table > thead > tr > th {
    background: #ffd800;
    color: #000000;
  
}


.table > tbody > tr > td {
    color: #000000;
   
}

.pregrptb > tbody > tr > th {
    color: #000000;
    border: 2px solid;
}

.pregrptb > tbody > tr > td {
    color: #000000;
    border: 2px solid;
}


input[type="checkbox"] {
    width: 25px; /*Desired width*/
    height: 25px; /*Desired height*/
}

input[type=radio] {
    width: 1.5em;
    height: 1.5em;
}


#spancolor {
    color: red;
}

.redcolr {
    color: red
}