div.search #search-button {
    border-radius: 0 0.2rem 0.2rem 0;
}

div.search #float-search-button {
    border-radius: 0 0.2rem 0.2rem 0;
}

div.search .result, .float-result {
    background-color: #fff;
    position: absolute;
    top: calc(100% + 1px);
    border: 1px solid rgb(20, 96, 130);
    width: 100%;
    display: none;
    border-radius: 0.2rem;
    z-index: 1101;
    overflow: auto;
    max-height: 280px;
}

div.search .res {
    padding: 6px 10px;
    display: block;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

div.search .res .type {
    background-color: rgb(20, 96, 130);
    color: #fff;
    font-size: 9px;
    border-radius: 2px;
    margin-right: 4px;
    padding: 2px 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
}