.delivery-map-wrapper {
    margin-bottom: 10px;
    background-color: #ffffcc;
    border:1px solid #eeeeee;
    border-radius: 3px;
}
.delivery-map-wrapper:after{
    content: " ";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.delivery-map {
    float: left;
    width: 100%;
    min-height:400px;
    height:400px;
}
.form-group-address {
    height: 70px;
}
