<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cssClassView_radio {
	color: black;
	font-weight: bold;
	font-size: 13px;		
}

.cssClassView_checkbox {
	color: black;
	font-weight: bold;	
	font-size: 13px;
}


.cssClassView_text  {
	color: black;
	font-weight: bold;
	font-size: 13px;		
}

.cssClassView_textarea  {
	color: black;
	font-weight: bold;
	font-size: 13px;		
}


.cssClassView_select {
	color: black;
	font-weight: bold;
	font-size: 13px;			
}

      input:disabled + span::after {content: " nicht auswÃ¤hlbar"}
      input:enabled + span::after {content: " auswÃ¤hlbar"}
      input:checked + span::after {content: " ausgewÃ¤hlt"}
     
      input:checked  { outline: 1px dashed black; }</pre></body></html>