@media screen {
	#eerder bezocht { display:none; } /* display veranderdt in 'block' als javascript is ondersteund */	
	.formInvalidQuestion {color: red; font-style: italic; } /* wordt toegepast als een formdesignerelement verplicht is */
	.formElementCompulsory {color: red; font-style: italic; } /* wordt toegepast als een formdesignerelement verplicht is */
	.nocursor{
		cursor: default !important;
	}
	nobreak {white-space: nowrap;}
	alignright { text-align: right;}
	fullwidth {	width:100% }
}