#postcode-lender {
    padding: 40px 30px;
    background: white;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
    max-width: 640px;
}
#postcode-lender h3 { text-align: center; margin-top: 0; margin-bottom: 15px; }
#postcode-lender input[type=search] {
    padding: 15px;
    border-radius: 5px;
    background: #f8f8f8;
    width: 100%;
    border: 1px solid #eeeff0;
    color: #434a50;
    height: 50px;
}
#postcode-lender input[type=button] {
    padding: 0 15px;
    border-radius: 5px;
    background: #ff9c00;
    width: 100%;
    border: none;
    color: white;
    height: 50px;
}
#location-results { margin-top: 20px; padding: 0 20px; }
#location-results .row {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0;
}
#location-results .row div:last-of-type {
    font-weight: bold;
    color: #0570b4;
    text-align: right;
}
#location-results .row div.col-sm-6.nopadding:first-of-type { padding-left: 0 !important; }
#location-results .row div.col-sm-6.nopadding:last-of-type { padding-right: 0 !important; }
#location-results .row div:first-child label, #location-results .row.disclaimer div {
    text-align: left;
    font-weight: 300;
    color: #4f5c65;
    margin: 0;
}
#location-results .row.disclaimer { margin-top: 20px; border-bottom: none; font-size: 14px; }

@media screen and (max-width: 768px) {
    #location-results .row div:last-of-type {
        text-align: left;
        padding-left: 0;
    }
}