#legend{
	margin-top: 1em;
	padding: .5em 1em;
	border: 1px solid #f1f1f2;
}

#legend h4{
	color: #707274;

}

#legend ul li{
	color: #222;
	line-height: 1.5;
	font-size: 1.1em;
	list-style: none;
	margin-left: -20px;
}

#legend ul li:before{
	color: #222;
	line-height: 0;
	font-size: 1.5em;
	list-style: none;
	margin-left: -10px;
	margin-right: .25em;
}



#legend ul li.peer:before{
content: " \25CB";
}


#legend ul li.showing:before{
	color: #c94820;
	content:"\25C6";
}

#legend ul li.state:before{
	color: #acdbf1;
content: url("/images/icons/TXsm.png");

}


#legend ul li.peerrange:before{
color: #4fbfe4;
content: "\25AC";
font-size: 1em;
}

#legend ul li.staterange:before{
color: #acdbf1;
content: "\2015";
font-size: 1em;
}

