
/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	margin:0px;
	text-align: center;
	width: 100px;
	font-size:14px;
	display:none;
	color: #8798a7;
	font-weight: bold;
	z-index: 20;
}

/* tooltip title element (h3) */
div.tooltip h3 {
	margin:0;
	font-size:18px;
	color:#fff;
}
