<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* default
.marker-cluster-small						{background-color:rgba(181,226,140, 0.6);}
.marker-cluster-small div					{background-color:rgba(110,204,57, 0.6);}
.marker-cluster-medium						{background-color:rgba(241,211,87, 0.6);}
.marker-cluster-medium div					{background-color:rgba(240,194,12, 0.6);}
.marker-cluster-large						{background-color:rgba(253,156,115, 0.6);}
.marker-cluster-large div					{background-color:rgba(241,128,23, 0.6);}
*/

.marker-cluster-small						{background-color:rgba(168,200,255,	0.6);}
.marker-cluster-small div					{background-color:rgba(141,183,255,	0.6); text-shadow:1px 1px 0px rgba(255,255,255,0.2), 1px 1px 1px rgba(255,255,255,0.9);}
.marker-cluster-medium						{background-color:rgba(155,187,243,	0.6);}
.marker-cluster-medium div					{background-color:rgba(105,153,236,	0.6); text-shadow:0px 0px 1px rgba(0,0,0,0.6), -1px -1px 0px rgba(255,255,255,0.5), 1px 1px 0px rgba(0,0,0,0.7);}
.marker-cluster-large						{background-color:rgba(64,118,212,	0.6);}
.marker-cluster-large div					{background-color:rgba(36,100,210,	0.6); text-shadow:1px 1px 0px rgba(0,0,0,0.2), 1px 1px 1px rgba(0,0,0,0.9); color:white;}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small		{background-color:rgb(153,204,255);}
.leaflet-oldie .marker-cluster-small div	{background-color:rgb(102,153,255);}
.leaflet-oldie .marker-cluster-medium		{background-color:rgb(155,187,243);}
.leaflet-oldie .marker-cluster-medium div	{background-color:rgb(105,153,236);}
.leaflet-oldie .marker-cluster-large		{background-color:rgb(64,118,212);}
.leaflet-oldie .marker-cluster-large div	{background-color:rgb(36,100,210);}

.marker-cluster								{background-clip:padding-box; border-radius:20px;}
.marker-cluster div							{
											width:30px; height:30px;
											margin-left:5px; margin-top:5px;
											text-align:center; font:12px "Helvetica Neue",Arial,Helvetica,sans-serif;
											border-radius:15px;
											}
.marker-cluster span						{line-height:30px;}
</pre></body></html>