
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 15px;
	opacity: 0.95;
	text-align: left;
	color: #555;
	width: 250px;
	font-weight: normal;
}

#tooltip div { margin: 0; font-weight: normal; }

#tooltip h3 {
	margin: 0;
	font-size: 1.0em;
	color: #333;
	font-weight: normal;
}

#tooltip strong {
	color: #0079c2;
}