.my-legend {
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-shadow: 0px 0px 30px 10px rgba(192,192,192,0.1);
	-moz-box-shadow: 0px 0px 30px 10px rgba(192,192,192,0.1);
	box-shadow: 0px 0px 30px 10px rgba(192,192,192,0.1);
	border-radius: 10px;
}

.my-legend .legend-map-title {
	text-align: left;
	color: #fff;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 150%;
}

.my-legend .legend-map-subtitle {
	text-align: left;
	color: #fff;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 110%;
}


.my-legend hr {
	color: white;
}

.my-legend .legend-title {
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 125%;
}
.my-legend .legend-scale ul {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	float: left;
	list-style: none;
}
.my-legend .legend-scale ul li {
	font-size: 100%;
	list-style: none;
	margin-left: 0;
	line-height: 18px;
	margin-bottom: 2px;
}
.my-legend ul.legend-labels li span {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	border-radius: 10px;
	margin-right: 5px;
	margin-left: 0;
}
.my-legend .legend-source {
	font-size: 70%;
	color: #fff;
	clear: both;
}
.my-legend a {
	color: #fff;
}

.legend-labels, .legend-title {
	color: #fff;
}

.map-legend {
	background: #141414;
}

/*patches*/
#o-type {
	background-color: #1C86EE;
}
#r-type {
	background-color: #c71585;
}
#u-type {
	background-color: #ffd700;
}
#v-type {
	background-color: #00cd66;
}
#x-type {
	background-color: #ff3030;
}
#other-type {
	background-color: #ffffff;
}
