.txtHeaderAlignCenter {
  text-align: center;    
}

.txtHeaderAlignCenterTeal {
  text-align: center;
  color: rgb(93, 149, 171);    
}

.txtHeaderAlignLeft {
  text-align: left;           
}

.txtHeaderAlignRight {
  text-align: right;       
}


.txtCellAlignCenter {
  text-align: center;    
}

.txtCellAlignCenterTeal {
  text-align: center;
  color: rgb(93, 149, 171); 
  font-weight: bolder;    
}

.txtCellAlignLeft {
  text-align: left;           
}

.txtCellAlignRight {
  text-align: right;       
}  

.txtAlignLeft10 {
  width: 10%;
  text-align: left;           
}

.txtAlignLeft80 {
  width: 80%;
  text-align: left;           
}

.txtAlignCenter {
  width: 10%;
  text-align: center;    
}

.centerindex {
width: 20px; 
height: 20px; 
color: white; 
font-size: 14px;
display: flex;
justify-content: center;
align-items: center;
}

.divindex{
float: right; 
margin-right: 35px; 
width: 20px; 
height: 20px; 
vertical-align: text-top;
/*
border: solid 1px red; 
*/
}

.divindexMainTbl{

width: 20px; 
height: 20px; 
border: solid 1px orange; 
/*
vertical-align: text-top;
*/
}

.indexWidthMainTbl{
width: 30px; 
text-align: center;
}

.qRedTxt14{
color: red; 
font-size: 14px;
font-weight: bolder;
}

.redTxt14Center{
color: red; 
text-align: center;
font-size: 14px;
font-weight: bolder;  
}

.txtRed20{
color: red; 
font-size: 20px;  
}

.hBRline{
border: 4px solid rgb(93, 149, 171); 
border-radius: 5px;
}


