<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gc_geocode-notification_area {
	padding: 0.25em 0.5em;
	font-style: italic;
}

.gc_error {
	background-color: inherit;
	color: #a00;
}

.gc_geocode h1, .gc_geocode h2, .gc_geocode h3
{
	margin: 0 0 0.5em 0;
	padding: 0;
}

.gc_geocode p
{
	margin: 0.3em 0;
	padding: 0;
	font-size: 1em;
}

p.gc_geocode_loading,
.gc_geocode_loading {
	display: inline-block;
	min-width: 16px;
	min-height: 16px;
	padding-left: 20px;
	background-image: url(../res/img/ajax-loader-small.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.ui-autocomplete-loading
{
	background: white url('../res/img/ajax-loader.gif') right center no-repeat;
}


.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 100px;
}


.ui-menu .ui-menu-item {
	display: block;
}
.ui-menu .ui-menu-item a {
	display: block;
	min-width: 3em;
	margin-right: 1px !important;
	padding-left: 1em;
	padding-right: 1em;
}
</pre></body></html>