#map {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .leaflet-container {
  background-color:rgba(255,255,255,1);
  }
  
  .popup_1 .leaflet-popup-tip,
  .popup_1 .leaflet-popup-content-wrapper {
    background: rgba(255,255,255,0.8);
    color: #000000;
    border-radius: 2px;
    font-size:10px;
  }