#tooltip {
	text-align: left;
	font-size: 11px;
	font-family: sans-serif;
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #ecffdd;
	padding: 5px;
	opacity: 0.85;
	font-style: normal;
}

#tooltip p{
	margin: 5px;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
#tooltip h3, #tooltip div { font-family: sans-serif; font-size: 11px; margin: 0; }


#tooltip.social {
	font-family: Arial;
	border: none;
	width: 600px;
	padding:20px;
	overflow: auto;
	opacity: 0.8;
	position: absolute;
	top:0px;
	margin: 0px;
}
