.tool-tip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	z-index: 13000;
	border: 1px solid #111;
	background-color: #eee;
	opacity: 0.85;
	padding:5px;
}
 
.tool-title {
	font-weight: bold;
	font-size: 12px;
}
 
.tool-text {
	font-size: 11px;
}