#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px dashed #666;
	background-color: #fff;
	padding: 15px;
}
#tooltip h3, #tooltip div { margin: 0; }

