<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.iomNormalCellsDef {	
	border: solid 1px #888;
	background-color: #FFFFFF;
	
	font-weight: bold;
	text-align: center;	
	position: absolute; 
	/* width: 25px; */ 
	/*height: 25px; */
} 
.iomSelectedCellDef {	
	/*border: solid 1px #003366;*/	
	background-color: #CCE6FF;
} 
.iomMarkedCellsDef {	
	background-color: #FFFFCC;
} 
.iomDisabledCellsDef {	
	background-color: #FFFFFF;
} 
.iomRightCheckedDef {	
	background-color: #CCFFCD;
} 
.iomWrongCheckedDef {	
	background-color: #FFE6CC;
} 

.iomCellInputDef {     
	border: none;	
	background-color: transparent;
	
	/*font-size: 18px;
	font-family: Courier New; 				
	font-weight: bold;
	width: 27px; 
	height: 25px;	
	*/
	text-align: center;					

}	</pre></body></html>