1 .marker-cluster-small {
2 background-color: rgba(181, 226, 140, 0.6);
4 .marker-cluster-small div {
5 background-color: rgba(110, 204, 57, 0.6);
8 .marker-cluster-medium {
9 background-color: rgba(241, 211, 87, 0.6);
11 .marker-cluster-medium div {
12 background-color: rgba(240, 194, 12, 0.6);
15 .marker-cluster-large {
16 background-color: rgba(253, 156, 115, 0.6);
18 .marker-cluster-large div {
19 background-color: rgba(241, 128, 23, 0.6);
22 /* IE 6-8 fallback colors */
23 .leaflet-oldie .marker-cluster-small {
24 background-color: rgb(181, 226, 140);
26 .leaflet-oldie .marker-cluster-small div {
27 background-color: rgb(110, 204, 57);
30 .leaflet-oldie .marker-cluster-medium {
31 background-color: rgb(241, 211, 87);
33 .leaflet-oldie .marker-cluster-medium div {
34 background-color: rgb(240, 194, 12);
37 .leaflet-oldie .marker-cluster-large {
38 background-color: rgb(253, 156, 115);
40 .leaflet-oldie .marker-cluster-large div {
41 background-color: rgb(241, 128, 23);
45 background-clip: padding-box;
56 font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
58 .marker-cluster span {