<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#contact label {
	clear: both;
	display: block;
	color: #666;
	font-size: 17px;
}

/*
#contact button {
	padding: 4px 14px;
	background-color: #999;
	font-size: 14px;
	color: white;
	border: none;
	cursor: pointer;
}
*/
#contact button {
	width: 100%;
}

#contact input,textarea:focus {
	outline:0;
	outline:none;
}

#contact input {
	padding: 4px 8px;
	font-size: 14px;
	color: #444;

	width: 100%;
	
	height: calc(1.5em + 1.56rem + 2px);
	padding: 0.78rem 1rem;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#contact textarea {
	width: 100%;
	margin-bottom: 10px;
	padding: 0.78rem 1rem;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#contact input {
	width: 100%;
	margin-bottom: 10px;
}

#contact input[type="checkbox"] {
	display: block;
	width: auto;
}

.green {
	color: #3db675 !important;
	font-weight: bold;
}

#human {
	display: none;
}</pre></body></html>