﻿/* Default styles for Leaflet.markercluster */
.marker-cluster {
    color: white;
}

    .marker-cluster div {
        line-height: 30px;
    }

    .marker-cluster span {
        line-height: 30px;
    }
