#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #000000;
	background-color: #ffc20f;
	padding: 5px;
	opacity: 1;
	text-align: left;
	max-width: 15%;
	font-size:0.75em;
}

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

#tooltip h3 {
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
}

#tooltip p {
	font-size: 0.8em;
}
