<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">form.mx_contact_form .mx_contact_form_row {
	display: table;
	width: 100%;
	clear: both;
	margin-bottom: 3px;
}

form.mx_contact_form label {
	width: 150px;
	float: left;
}

form.mx_contact_form input[type=submit] {
	margin-left: 150px;
}

form.mx_contact_form .mx_contact_form_input {
	float: left;
	display: table;
}

.mx_captcha {
	width: 50px;
}</pre></body></html>