
label.required::before {
	content: "*";
	color: red;
}
span.help-text {
	font-style: italic;
	font-weight: bold;
	color: darkgray;
	font-size: .8rem;
}

