#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #000;
	padding: 5px;
	opacity: 0.85;
	color:#fff; font-size:10px;
}
h3{color:#fff; font-size:12px;}
h1,h2, p{color:#fff; font-size:10px;}
#tooltip h3, #tooltip div { margin: 0; }
