legend span.tooltip,
.tooltip,
legend .tooltip
	{ display:inline-block; border-bottom:1px dashed #000; padding-bottom:1px;}
.tooltip:hover { cursor:pointer;}

#tooltip { width:30em;}
#tooltip h3 { font-size:12px; font-weight:normal;}

#tooltip {
	position:absolute;
	z-index:3000;
	border:1px solid #111;
	/*background:#ffe75c;*/
	background:#dbc500;
	padding:5px;
	opacity:0.9;
	line-height:1.2em;
}
#tooltip h3, #tooltip div { margin: 0;}
