.address-select {
    margin-top: 10px;
}

fieldset.address > div {
    margin: 0 auto 0 auto;
    border-left: 5px solid transparent;
    padding: 0 20px 0 15px;
}

input[id*='town'], 
input[id*='city'] {
    width: 66.66%;
}

input[id*='postcode'] {
    width: 23ex;
    text-transform: uppercase;
}

fieldset.address button.find {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media(max-width: 650px) {
    input[id*='town'], 
    input[id*='city'],
    input[id*='postcode'] {
        width: 100%;
    }
}