#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 10px 10px 5px;
	color: #0c796a;
	background-color: #fff;
	border: 1px solid #bdd7ce;
	opacity: 0.85;
	font-size: 0.91em;
	font-weight: bold;
	line-height: 1.6em;
	text-align: center;
}

#tooltip h3, 
#tooltip div { 
	margin: 0;
}

#tooltip img {
	border: 1px solid #bdd7ce;
}
