#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px dashed #2D2D2D;
	background-color: #eee;
	padding: 10px;
}
#tooltip h3, #tooltip div { margin: 0; }
