#tooltip.pretty {
	max-width: 500px;
	padding: 10px;
	opacity: 1;
	position: absolute;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	z-index: 10000;
}
#tooltip.pretty h3 {
	font-size: 10pt;
	font-weight: normal;
	margin:0px;
}