#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	
	opacity: 0.85;

}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pubban {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	
	opacity: 0.85;

}
#tooltip.pubban h3 {
	margin: 0;
	margin-bottom: 0.75em;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
}
#tooltip.pubban div { 
	margin: 0;
	font-size: 0.8em;
	text-align: center;
	font-weight: normal;
}

