#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #474747;
	background-color: #212121;
	padding: 5px;
	/*opacity: 0.85;*/
	/*width: 250px;*/
	max-width: 250px;
	text-align:center;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
}

#tooltip h3 { 
	font-weight: bold;
}
