#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #000;
	padding: 5px;
	opacity: 0.85;
	max-width:350px;
	
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3 
{
    color:#fff;
    font-size:11px;
    font-weight:normal;
    border-style:none;
}

