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

:focus {
	outline: 0;
}
p { margin: 1em 0; }
strong { font-weight: bolder; }
em { font-style: italic; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 310px;
	padding:20px;
	height: 150px;
	opacity: 0.9;
	border:solid #cccccc 2px;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 310px;
	text-align: left;
	border-bottom:solid #cccccc 1px;
}
#tooltip.pretty div { width: 310px; text-align: left; text-align:justify }

