.toolTipElement {
	cursor				: help;
}

.tool-tip {
	width				: 180px;
	z-index				: 13000;
	border				: 1px solid #0299be;
}
 
.tool-title {
	height				: 0px;
	overflow			: hidden;
}
 
.tool-text {
	font-size			: 11px;
	padding				: 4px 8px 8px;
	background			: #d6fbcd;
}