#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	width: 200px;
	background-color: #000;
		color: #f1fefb;
	padding: 5px;
	opacity: 0.85;
	border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;

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

