#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ed5a01;
	background-color: #fff;
	padding: 5px;
	color: #ed5a01;
	font-size: .75em;
}
#tooltip small { color: #000; font-size: .92em; }
#tooltip .small { color: #7f7f80; font-size: .75em; margin-top: 4px; text-align: center; }
#tooltip h3, #tooltip div { margin: 0; }
