#tooltip {
	position: absolute;
	z-index: 3000;
	border: none;
	background-color: #478FD7;
	padding: 5px;
	opacity: 1;
	color : #fff;
	font-size : 0.8em;
	text-align : justify;
	
}
#tooltip h3, #tooltip div { margin: 0; color : #fff;}

