<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">form#new_post{
	display: block;
	overflow: hidden;
	width: 100%;
}

form#new_post &gt; div,
form#new_post &gt; fieldset{
	margin-bottom: 1.5em;
}

form#new_post #event_name, 
form#new_post #event_notes,
form#new_post #event_contactperson_email_body,
form#new_post #event_url,
form#new_post #location_name,
form#new_post #location_address,
form#new_post #location_address1,
form#new_post #location_address2,
form#new_post #location_city,
form#new_post #location_state,
form#new_post #location_zip,
form#new_post #location_country,
form#new_post #location_town{
	width: 96%;
}

form#new_post #event_notes{
	height: 120px;
}

form#new_post #submit{
	width: 200px;
	text-align: center;
}

form#new_post label {
	font-weight: normal;
	font-size: small;
	padding: 0;
}

form#new_post label small,
form#new_post legend small{
	font-size: smaller;
	color: gray;
}

form#new_post fieldset {
	border: 1px solid #F1F1F1;
	width: 96%;
	padding: 2px;
}

form#new_post fieldset fieldset{
	width: 47%;
	float: left;
	margin: 1%;
}

form#new_post span.error{
	font-size: smaller;
	font-weight: bold;
	color: #C00;
}

form#new_post #event-map{
	width: 97%;
	height: 400px;
	display: none;
}

/* Autocomplete */
.ui-autocomplete {
   list-style:none; width:400px; background:#fff;
   border:1px solid #ccc; border-radius:3px;
   -webkit-box-shadow: 4px 10px 15px -3px rgba(0,0,0,.05), 1px 2px 4px -1px rgba(0,0,0,.1), -2px -1px 5px rgba(0,0,0,.025);
   -moz-box-shadow:4px 10px 15px -3px rgba(0,0,0,.05), 1px 2px 4px -1px rgba(0,0,0,.1), -2px -1px 5px rgba(0,0,0,.025);
   box-shadow:4px 10px 15px -3px rgba(0,0,0,.05), 1px 2px 4px -1px rgba(0,0,0,.1), -2px -1px 5px rgba(0,0,0,.025);
}
.ui-autocomplete li { }
.ui-autocomplete li a { display: block; padding: .5em 1em; border-radius:3px; cursor: pointer; text-decoration: none; line-height:1em; }
.ui-autocomplete li a:hover { background:#f8f8f8; text-decoration: none; }
</pre></body></html>