<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Contact */

#content {
	padding: 20px 0 0 0;
	text-align: left;
}

#content .left {
	width: 64%;
}

#content .right {
	width: 32%;
}

@media only screen and (max-width: 540px){
	
	#content .left, #content .right {
		float: none;
		margin: 0;
		padding: 0.75em 0;
		width: auto;
	}
	
}</pre></body></html>