/* 
    Created on : Oct 13, 2015, 3:40:38 PM
    Author     : svc-UCR-JDeveloper
*/

.radiochoices td {
    color: black;
    font-size: 12pt;
    font-weight: bold;    
}

.radioHist td {
   height: 80px; 
   font-size: 10pt;
}

.rgformsdayFooter {     
    border: thin solid white;  
    text-align: left;
    background: lightsteelblue; 
}
 

.setWidthOfFirstColumn {
    width: 10%;
    border: thin solid white;  
    text-align: center;    
    background: #ece3a5;
    font-size: medium; 
    padding: 0px;
}

.setWidthOfSecondColumn {
    width: 10%;
    border: thin solid white;  
    text-align: center;
    background: #ccc;
    font-size: medium; 
    padding: 0px;   
}

.rgformsFooter {
    border: thin solid white; 
    background: lightsteelblue;
    font-weight: bold; 
    text-align: center;
}

.rgformsHeader {     
    border: thin solid white;  
    text-align: center;
    background: lightsteelblue; 
}

















