#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #575c68;
	background-color: #f3f3f7;
	padding: 5px;
	width: 200px;
	
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3 {
	font-weight: normal;
	font-size: 12px;
}

tooltip div.body {
	font-weight:normal;
	font-size: 12px;
}

