/* components/meteor-google-map.css */

.meteor-google-map {
  position: relative;
}
.meteor-google-map * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.meteor-google-map img {
  max-width: none;
}
.meteor-google-map h3 a.title {
  color: inherit;
}
.meteor-google-map h3 a.title:hover {
  color: #2666a9;
}
.meteor-google-map.full-screen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  z-index: 9999;
}
