#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: tahoma;
	border: 1px solid #000;
	width: 370px;
	padding:5px;
	height: 150px;
	opacity: 1;
	background: #fff;;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12px;
	width: 370px;
	text-align: justify;
}
#tooltip.pretty div { width: 370px; text-align: left; }

