table tr td:nth-child(1)::after{
    content: '' !Important;

}

.autocomplete ul{
    list-style: none;
    background: #eac263;
   
    max-height: 100%;
    overflow-x: hidden;
    z-index: 100000;
    padding: 2px 10px;
    color: #000;
    max-height: 10em;
    overflow-y: auto;
}
.autocomplete ul li{
    padding: 2px;
    border-bottom: 1px dashed #636363;
    cursor: pointer;
}
.autocomplete ul li:hover{
    background: #00c9ff;
}
.autocomplete ul li.selected{
    background: #00c9ff; 
}
.autocomplete ul li + li:before {

}

