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

#legend h4{
	color: #808284;

}

#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/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;
}

/* tooltips  */

.measure-desc a.tip{
	background-color:#006C8F;
	font: normal normal 700 1em RobotoSlabBold, RobotoSlabBold, Georgia, serif;
	color: white;
	border-radius: 10px;
	display: inline-block;
	padding: 0 6px;
	margin-left: 10px;
}

/*  Wrapper for the tooltip content */
.tooltip-inner {
  max-width: 400px;
  padding: 8px;
  color: #222;
  text-align: left;
  text-decoration: none;
  background-color: #F1F1F2;
  border-radius: 5px;
}


.tooltip-arrow {
    border-color:#bbbdc0;
  }

