.autocomplete-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: inherit;
    width: 80%;
}

.autocomplete-show-all {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: inherit;
    width: auto;
    padding-top: 6px;
    padding-bottom: 9px;
    margin-left: -1px;
}