#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	opacity: 0.85;
	margin: 8;
	padding: 8;
	outline: 0;
        height: auto
}
#tooltip h4, #tooltip div {margin: 0;}
h3 {
	font-family: 'trebuchet ms', verdana, arial;
	font-size: 11px;

}


