html .sug_list{
    top:0;
    left:0;
    margin:0;
    padding:0;
    list-style:none;
    position:absolute !important;
    background-color:#FFFFFF;
    word-break:break-all;
    color:#000000 !important;
    z-index:9999;
    opacity:0.9;
}
html .sug_element{
    border-bottom:1px solid #C8C8C8;
    border-left:1px   solid #C8C8C8;
    border-right:1px  solid #C8C8C8;
    padding:2px;
    cursor:pointer;
    /*font-size:14px;*/
    padding:5px;
    text-align: left;
}
html .sug_element a{
    text-decoration:none;
    color:#000000 !important;
}
html .sug_element:hover ,.current_element{
    color:#000000 !important;
    background-color:#ECF5FA;
    font-weight:bold;
}

