<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content {
	/* if 100%, there is some overlap at the right edge */
	width: 99%; 
}

form.InputfieldForm {
	/* in webkit there is slight truncation of radio buttons and checkboxes if we don't do this */
	margin-left: 1px; 
	position: relative;
	left:
}
.Inputfields .ui-widget-header {
	border: none;
	background: none; 
	padding-top: 0; 
	padding-left: 0;
	padding-bottom: 0;
	margin-top: 0; 
	margin-bottom: 0;
}

#content .Inputfields .ui-widget-content, 
#content .Inputfield &gt; .ui-widget-content {
	border: none;
	background: none;
	padding-top: 0; 
	padding-left: 0;
	padding-bottom: 0;
	margin-top: 0; 
	margin-bottom: 0.25em; 
}

#content label.ui-widget-header .ui-icon {
	display: none; 
}

#content .InputfieldFieldset &gt; .ui-widget-content {
	padding: 1em; 
	border: 1px solid #ddd; 
}
#content .InputfieldFieldset &gt; label.ui-widget-header {
	font-size: 1.4em; 
	margin: 2em 0 0.25em 0;
}
.InputfieldStateRequired &gt; label.ui-widget-header:first-child:after {
	color: red; 
        content: ' *';
}

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