



.form .formElement.inline input[type='radio']{
	width:0;
	height:0;
	opacity:0;
	position:absolute;
}

.form .formElement.inline .form-button label {
	max-width:100%;
}
