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