/*!
 * 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 {
    /*background: #4a4a4a;
    border-radius: 0px;*/
    list-style-type: none;
}

.ui-menu .ui-menu-item a {
    color: green;
    border-radius: 0px;
    text-decoration: none;
    margin-left: 5px;
}

