/* MAP icons */
body .leaflet-div-icon {
  background: none;
  border: none;
  /* border: 1px solid black; */
}
body .leaflet-marker-icon {
  background: none;
  /* border: 1px solid red; */
}
body .leaflet-marker-icon div {
  background: none;
  position: absolute;
  text-align: center;
  width: 100%;
  font-weight: bold;
  line-height: 1.4em;
}
/* A */
body .marker-cluster-A div {
  bottom: 6px;
  font-size: .8em;
}
/* B */
body .marker-cluster-B div {
  bottom: 4px;
  font-size: .9em;
}
body .marker-cluster-C div {
  bottom: 4px;
  font-size: .8em;
  line-height: 1.5em;
}
body .marker-cluster-D div {
  bottom: 6px;
  font-size: .8em;
  line-height: 1.6em;
}
