stylesheet.css


         html, body {
            height: 100%;
            padding: 0;
            margin: 0;
        }

        #map {
            z-index: 0;
            height: 100%;
        }

        .leaflet-google-layer {
            z-index: 1;
        }

        .leaflet-map-pane {
            z-index: 2;
        }
        
        .leaflet-popup-content,
        a.leaflet-popup-close-button {
          color: black !important;
          font: bold 14pt monospace;
        }