.courier-row{
    display: flex;
    width: 50%;
}

.courier-input{
    display: flex;
    flex-basis: 50%;
    min-width: 50%;
    flex-direction: column;
}

.courier-input:nth-child(2){
    align-items: flex-end;
}

.courier-input-inner{
    width: 90%;
}

.courier-input input{
    height: 26px;
    padding: 0 0 0 15px;
    width: 100%;
    box-sizing: border-box;
    outline: none !important;
    font-size: 14px;
}

.ac_results{
    background-color: #fff;
    min-height: 100px;
    max-height: 150px;
    overflow: auto;
}

.ac_results ul li{
    background-image: none;
    padding: 3px 0 3px 10px;
    color: #444;
    cursor: pointer;
}

.ac_results ul li:hover{
    background-color: #5897fb;
    color: #fff;
}