@CHARSET "UTF-8";
/* More than 1680 px */
@media screen and (min-width:1680px) {
	#legend, div.fixed #legend {bottom: 61px;}
}

@media screen and (max-width:1280px) {
	#legend{bottom:58px;}
	div.fixed #legend {bottom:57px;}
	#legend ul li {margin-left: 17px!important;}
	#legend .inputTitle {top:-2px;}
	/*#legend ul li {margin-top: 2px;}*/
	@media screen and (-webkit-min-device-pixel-ratio:0) { 
		#legend {bottom: 57px;}
	}
}