
.htse_searchbar_wrapper {
    
    position: relative;
    
}

#htse_searchbar {
    
    padding-left: 30px;
    
}

.htse_search_icon {
    
    position: absolute;
    left: 3px;
    top: calc(50% - 0.5em); /* Keep icon in center of input, regardless of the input height */
    
}

ul.htse_list {
    
/*
    list-style-type: none;
    padding-left: 0px;
*/
    
}
