<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 769px) {
	.tml-field-wrap {
		width: 50%;
	}

	.tml-field-wrap:nth-child(odd) {
		float:  left;
		padding-right: 10px;
	}

	.tml-field-wrap:nth-child(even) {
		float:  right;
	}

}

.tml-submit-wrap,
.tml-reg_passmail-wrap {
	width: 100%;
	float: none;
}

.tml-links {
	clear: both;
	float: none;
}

/*#reg_passmail {
	color: #dc3232;
	font-weight: bold;
}*/

.page-id-0 .entry-header h1 {
	display: none;
}
</pre></body></html>