<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ex: set tabstop=4 softtabstop=0 shiftwidth=4 noexpandtab: */

.form {
	margin-top: 40px;
}
.form .field,
.form .big_field {
	display: inline-block;
	clear: both;
	width: 100%;
	margin-bottom: 1.1em;
}
.form .label,
.form .label2 {
	display: inline-block;
	padding-right: 2em;
	font-weight: bold;
	text-align: left;
	white-space: normal;
	margin-right: -0.5em;
}
.form .label {
	width: 40%;
}
.form .label2 {
	width: 60%;
}
.form .big_field .label,
.form .big_field .label2,
.form .big_field .field_content,
.form .big_field .field_content2 {
	vertical-align: top;
	line-height: 1;
}
.form .field_content,
.form .field_content2 {
	display: inline-block;
}
.form .field_content {
	width: 60%;
}
.form .field_content2 {
	width: 40%;
}
.form .field P {
	font-size: 0.85em;
	line-height: 1;
	margin-top: 0.4em;
	margin-bottom: 0;
	margin-left: 40%;
}
.form .buttons {
	margin-top: 2em;
	text-align: center;
}
.error_message {
	color: red;
}
@media (max-width:991px){
	.form .label,
	.form .label2,
	.form .field_content,
	.form .field_content2 {
		width: 100%;
	}
	.form .field P {
		margin-left: 0;
	}
}
#preview .img {
	width: 200px;
	margin: 10px;
}
#preview {
	text-align: center;
}
</pre></body></html>