#tooltip {
	position: absolute;
	top: 10px;
	left: 30px;
	z-index: 3000;
	background-color: #fff;
	padding: 1px 4px 0 4px;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
	color: #000;
}
#tooltip h3, #tooltip div { margin: 0; }
