/* your styles go here */

	.styleMyLayer{
		filter: grayscale(1) sepia(1) hue-rotate(200deg) saturate(31%) invert(1) contrast(150%) brightness(50%);
	}
	
	.leaflet-control-attribution  {
		float:left;
		left:0px;
	}
	.leaflet-control-attribution.leaflet-control  {
		background: none;
		color: white;
		text-shadow:
		-1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	}
	
	.leaflet-tile {
		width: 258px !important;
		height: 258px !important;
		top: -1px !important;
		left: -1px !important;
	}