#map_canvas {
  max-width:100%;
height:385px;
}
.block-google-maps-custom {padding: 0 0 20px 10px;}
.block-google-maps-custom h2, .block-google-maps-custom .title {display:none !important;}
.block-google-maps-custom input {max-width:100%;}
.block-google-maps-custom input#edit-zipcode {width: 122px;float: left; border: 1px solid #000000;}

.block-google-maps-custom #google-maps-custom-form #edit-submit {
    float: right;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 20px;
}
.block-google-maps-custom #google-maps-custom-form > div::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
	}
@media print {
  html, body {
    height: auto;
  }

  #map_canvas {
    height: 650px;
  }
}