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