/* --------------------------------------------------------------------------------
 * customized
 * -------------------------------------------------------------------------------- */
.textcomplete-dropdown {
    box-shadow:      0px 5px 5px rgba(0, 0, 0, 0.2);

    background:      #ffffff;
    color:           #191919;
    min-width:       250px;
    padding:         0px 5px;
    max-height:      350px;

    list-style:      none;
    overflow-x:      hidden;
    overflow-y:      auto;

    cursor:          pointer;
}
.textcomplete-item > a {
    display:         block;

    margin:          5px 0px;

    color:           #191919;
    padding:         5px 10px;
    width:           100%;
}
.textcomplete-item        > a:hover,
.textcomplete-item.active > a       {
    background:      #197fe6;
    color:           #fff;

    text-decoration: none;
}

/* -------------------------------------------------------------------------------- */
