<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content &gt; div &gt; form { margin: 7px; padding: 15px; width: 60%; border: 1px solid #a6a6a6; border-radius: 5px; background-color: #f7f7f7; }
textarea { width: 93%; height: 150px; }
input[type=text], input[type=email] { width: 93%; }
.form-row { padding-bottom: 10px; }
form .btn { min-width: 110px; min-height: 44px; }
.form-label { text-transform: none; }
.checkbox-holder .control-label { font-size: 1em!important; }

@media (min-width: 1200px) {
	form { width: 50% }
}
@media (max-width: 1024px) {
	form { width: 90% }
}
@media (max-width: 700px) {
	form { width: 90% }
}</pre></body></html>