body {
	background: none;
	font: normal 15px / 27px "Roboto",Helvetica,Arial,Verdana,sans-serif;
	word-spacing: normal;
	color: #000;
}

label {
	font-size: 1rem;
	display: inline-flex;
}

button.action {
	border-radius: 3px;
	font-weight: bold;
}

#mainForm label.required {
	font-weight: bold;
}
#mainForm label.required::after{
	content:" *";
	white-space: pre;
	color:#de4343;
	display:block;
	float:right;
	font-weight: bold;
}