﻿/* custom css for AutoComplete */
ul.ui-autocomplete.lsAutocomplete {
    max-width: 250px;
}

    ul.ui-autocomplete.lsAutocomplete li {
        list-style: none !important;
        list-style-image: none !important;
        list-style-type: none !important;
        font-family: Verdana,Arial,News Gothic MT,Sabon !important;
        font-size: 12px !important;
    }

span.ALS_highlight
{
    color: #FE0072;
    font-weight: bolder;
}