#ressac-clear-search {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    
    border: none;
    background: transparent;
    
    color: #555;
    font-size: 24px;
    font-weight: bold;
    
    cursor: pointer;
    line-height: 1;
    
    padding: 0;
}


#ressac-clear-search:hover {
    color: #000;
}


#ressac-search-results {
    position: relative;
    z-index: 9999;
}


.ressac-result {

    background:white;
    padding:10px 15px;
    border:1px solid #ddd;
    cursor:pointer;

}


.ressac-result:hover {

    background:#f5f5f5;

}