#search-box {
    position: relative
}

#search {
    border-radius: 8px 0 0 8px;
}

#search-history {
    position: absolute;
    margin: 0;
    border: 1px solid #ccc;
    border-top: none;
    box-sizing: border-box;
    background-color: #fff;
    display: none;
    z-index: 99;
    padding-left: 0;
    left: 0;
    right: 57px;
    border-radius: 0 0 8px 8px;
}

#search-history > li {
    color: #808184;
    line-height: 24px;
    cursor: default;
    list-style: none;
    padding: 6px;
    border: none;
    background: none;
    cursor: pointer;
}

#search-history > li:hover {
    color: #1906e1;
}

.sort-selector {
    border-bottom: none;
}

#search-button {
    border-radius: 0 8px 8px 0;
}

@media screen and (max-width: 768px) {
    input#search {
        font-size: 16px !important;
    }
}
