#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 8px;
	opacity: 0.95;
	font-size: small;
}

#tooltip h3, #tooltip div { margin: 0; }

.tooltip_text_hint {
	width: 300px;
	color: black;
	text-align: justify;
}
