<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Webtickets search autcomplete css
----------------------------------*/
.ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; list-style-type:none; padding-left:2px; z-index:100 !important;}

.ui-autocomplete li {padding-top:2px;padding-bottom:2px;}

.ui-autocomplete a { display:block;}

/*
.ui-autocomplete li:hover {
    background-color: #dbdbdb;
    text-decoration:none;
    display: block;
    cursor: pointer;
    border:0px;
}
*/

.ui-autocomplete a:hover {
    background-color: #dbdbdb;
    text-decoration:none;
    display: block;
    cursor: pointer;
    border:0px;
}

</pre></body></html>