.autocomplete-content {
    position: absolute;
    background: #FFF;
    margin-top: -.9rem;
    top: 50px;
    left: 0;
    width: 100%;
    margin-top: 0;
    /*border: 1px solid #9e9e9e;
    border-radius: 2px;*/
}

    .autocomplete-content li {
        border: 1px solid #ccc;
        border-bottom : none;
        border-top : none;
    }

    /*.autocomplete-content .active {
        background-color : #008BF3 !important;
    }*/

    .autocomplete-content li {
        clear: both;
        color: #444;
        cursor: pointer;
        line-height: 0;
        width: 100%;
        text-align: left;
        text-transform: none;
        padding: 5px 10px;
        min-height: 10px;
    }

        .autocomplete-content li > span {
            color: #444;
            font-size: .9rem;
            padding: 0;
            display: block;
        }

            .autocomplete-content li > span .highlight {
                color: #26a69a;
            }

        .autocomplete-content li img {
            height: 52px;
            width: 52px;
            padding: 5px;
            margin: 0 15px;
        }

        .autocomplete-content li:hover {
            /*background: #eee;*/
            cursor: pointer;
        }

    .autocomplete-content > li:hover {
        /*background: #292929;*/
    }
