#tooltip {
	position: absolute;
	width: 300px;
	z-index: 3000;
	background-color: #000;
	padding: 20px;
	opacity: 0.85;
}

#tooltip p {
	text-align: left;
	color: #fff;
	font: normal normal normal 1.1em Arial, sans-serif;
	}

#tooltip h6 {
	margin: 0;
	text-align: left;
	color: #ffffcc;
	font: normal normal bold 1.6em Arial, sans-serif;
	}

#tooltip h3, #tooltip div { margin: 0; }

