@CHARSET "UTF-8";
/* Version SVN: $ID$ */

#map_canvas {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  height:300px;
}

fieldset #map_canvas {
  margin-top: 10px;
  height:400px;
}

/* Boostrap: Fix Google Maps canvas
 *
 * Wrap your Google Maps embed in a `.google-map-canvas` to reset Bootstrap's
 * global `box-sizing` changes. You may optionally need to reset the `max-width`
 * on images in case you've applied that anywhere else. (That shouldn't be as
 * necessary with Bootstrap 3 though as that behavior is relegated to the
 * `.img-responsive` class.)
 */

.google-map-canvas,
.google-map-canvas *,
.google-map-canvas *:before
.google-map-canvas *:after { 
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Optional responsive image override */
.google-map-canvas img { 
  max-width: none !important;
}
