.jsearch
{
    
}

ul.jsearch-results,
ul.jsearch-results-expand
{
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    
    /*
    
    position: absolute;
    z-index: 1;
    
    */

    background-color: #fff;
}

ul.jsearch-results > li,
ul.jsearch-results-expand > li
{
    padding: 4px 12px;
    background-color: #80808020;
    cursor: pointer;
}

ul.jsearch-results > li:nth-child(even),
ul.jsearch-results-expand > li:nth-child(even)
{
    background-color: #80808059;
}

ul.jsearch-results > li:hover,
ul.jsearch-results-expand > li:hover
{
    color: #ffffff;
    background-color: #1e3d7398;
}

.jsearch-selected-item
{
    color: #ffffff !important;
    background-color: #1e3d73 !important;
}