/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
       #map {
        height: 100%;
      }
      
      #buttons {
        position:absolute;
        bottom: 20px;
      }
/* Dölj stäng-knappen i Google InfoWindow */
.gm-ui-hover-effect {
  display: none !important;
}
.gm-style-iw {
  padding: 4px 8px !important;
  font-size: 14px;
  font-weight: 600;
}
/* Ta bort ram/border runt InfoWindow */
.gm-style .gm-style-iw-c {
  border: none !important;
  box-shadow: none !important;
}