<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * jQuery UI Autocomplete 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222 !important;;
    list-style-type: none;
    overflow-y: scroll !important;
    max-height: 250px;
}

.ui-helper-hidden-accessible{
	
	display: none !important;;
}
</pre></body></html>