.custom-popup .leaflet-popup-content-wrapper {
  
  color:#fff;
  
  }

.custom-popup .leaflet-popup-tip-container {
  width:30px;
  height:15px;
  }
.custom-popup .leaflet-popup-tip {
  border-left:15px solid transparent;
  border-right:15px solid transparent;
  border-top:15px solid #2c3e50;
  }


.leaflet-popup-content-wrapper {
    background: rgb(235, 235, 235);
	background: rgba(235, 235, 235);
	
	border-color: #777;
	border-color: rgba(0,0,0,0.5);
	border-radius: 4px;
	border-style: solid;
	border-width: 4px;
	color: #111;
	display: block;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	
	padding: 1px 6px;
	
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	
	white-space: wrap;
	z-index: 6;
}

