#tooltip {
	position: absolute;
	z-index: 3000;
	border: 3px solid #2c7dd9;
	background-color: #fff;
	padding: 5px;
	opacity: 1;
	font-size: 100%;
	font-weight: normal;


}
#tooltip h3, #tooltip div { margin: 0; font-weight: normal;	font-size: 100%;}

