#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #fff;
	padding: 10px;
	color: #555;
	font-size: 80%;
	border: 1px #c1b3ad solid;
}

#tooltip h3 {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #222;
	margin-bottom: 10px;
}

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