#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: Arial;
	color:#000000;
	border: 1px solid #7bbb49;
	width: 300px;
	padding:20px;
	opacity: 0.9;
}
#tooltip.pretty h3 {
    color: #021a34;
	margin-bottom: 0.75em;
	font-size: 12px;
	text-align: center;
}
#tooltip.pretty div { text-align: left; }

