.leaflet-control-mouseCoordinate {
	width:330px;
	min-height:30px;
	text-align:left;
	border-radius: 8px;
	box-shadow:0 1px 5px rgba(0,0,0,.4);
	background:none repeat scroll 0 0 #666;
	color:#fff;
	padding: 3px 3px 3px 3px;
	font-size: 18px;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}
.leaflet-control-mouseCoordinate table {
	width:100%
}
.coords {
	width:170px
}
