.StoreInfoPage{
    padding: 10px;
    padding-bottom: 50px;
    margin-bottom: 15px;
}
.store-img-box img{
    display: block;
    margin: auto;
    width: 100%;
}
.storeMap{
    height:300px;
    margin: auto;
    width: 95%;
}
.contact_store{
    padding: 20px;
}
.contact_field{
    margin-bottom: 10px;
}
.contact_field textArea{
    min-height: 200px;
    width: 100%;
}
.contact_field .btn{
    float: right;
    min-width: 150px;
}
.contactIntro{
    margin-bottom: 20px;
    margin-left: 5px;
    margin-top: 40px;
    margin-right: 20px;
}