#tooltip {
	position: absolute;
	z-index: 1100;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	width: 150px;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
	color: black;
	font-size: 12px;
	font-weight: bold;
	}
