<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#searchAppend{
    max-width      : 228px;
    width:100%;
    border-right : 1px solid #efefef;
    border-left  : 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    display      : none;
    line-height  : 30px;
    text-indent  : 10px;
    position:absolute;
    right:75px;
    top:36px;
    background:white;
    z-index:99;
}
#searchAppend .searchSelect{
    cursor: pointer;
}
#searchAppend .searchSelect:hover{
    background: #efefef
}</pre></body></html>