html, body, #map {
    width:100%;
    height:500px;
    margin:0;
    padding:0;
}
.get-markers {
    width:100%;
    margin:10px 0;
}

.tooltip-text{
	border-bottom: 1px dotted black;
}

.tooltip-inner {
    max-width: 350px!important;
}

.bg {
  /* The image used */
  background-image: url("../img/index.jpeg");

  /* Full height */
  

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.leaflet-grab {
	cursor: crosshair;
}

.leaflet-interactive {
  cursor: crosshair;
}

.leaflet-interactive.charge_station {
  cursor: pointer;
}

.opacity-0 {
  opacity:0!important;
}
.opacity-1 {
  opacity:0.2!important;
}
.opacity-2 {
  opacity:0.4!important;
}
.opacity-3 {
  opacity:0.6!important;
}
.opacity-4 {
  opacity:.8!important;
}
.opacity-5 {
  opacity:1!important;
}
