#tooltip {
	position: absolute;
	background-color: #85060A;
	text-align: left;
	z-index: 3000;
	padding: 0.5em;
}

#tooltip h3, #tooltip div {
	margin: 0;
}

#tooltip h3 {
	font-family: Georgia, Arial, Verdana, sans-serif;
	color: #FFFDEE;
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	line-height: 1em;
}

#tooltip div.url, #tooltip div.body {
	color: #eaeaea;
	padding-top: 5px;
}
