div#qTip {
	padding: 5px;
	border: 2px solid #0b4f76;
	border-right-width: 2px;
	border-bottom-width: 2px;
	display: none;
	background: #ffffff;
	color: #000000;
	text-align: left;
	position: absolute;
	z-index: 1000;
	width: 300px;
}

#overview label {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}