* { margin: 0; padding: 0; }
body {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
#mapid {
	height: 600px;
	width: 100%;
	/*max-width: 600px;*/
	position: relative;
}
#legends {
	position: absolute;
	bottom: 20px;
	right: 0;
	z-index: 99999;
	background: rgba(255,255,255,0.85);
	padding: 7px;
	border: 1px solid #ccc;
}
#legends p {
	font-size: 14px;
	font-weight: 200;
}
#legends span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 10px;
}
#paw {
	background: url(paw.svg) no-repeat;
}
#col {
	background: #F6C41F;
	border: 1px dashed #936E03;
	/*opacity: 0.6;*/
}
#bone {
	background: url(bone.svg) no-repeat;
}
#green {
	background: #4ad200;
}
#legals{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 99999;
	background: #4ad200;
	padding: 0 7px;
}
#legals a {
	text-decoration: none;
	color: #fff;
}
.leaflet-bottom {
	z-index: 99999 !important;
}
.leaflet-container .leaflet-control-attribution {
	background: none !important;
	display: none !important;
}
.leaflet-control-attribution a {
	color: #fff !important;
}