<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.InputfieldFormBuilderFileUpload + .InputfieldFormBuilderFileUpload {
	/* gap between file upload inputs */
	margin-top: 8px;
}

.InputfieldForm input[type=radio], 
.InputfieldForm input[type=checkbox] {
	/* slightly larger radios and checkboxes and better align with labels */
	transform : scale(1.2);
	position: relative;
	top: 2px;
}

.InputfieldFieldset &gt; .InputfieldContent &gt; p.notes {
	/* larger bottom margin for notes in fieldset */
	margin-bottom: 1.5em;
}
</pre></body></html>