#title_tooltip {
	position: absolute;
	max-width: 300px;
	text-align: left;
	display: none;
	background: white;
	z-index: 990;
	padding: 10px;
	min-height: 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #ffffff;
	opacity: 1;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 13px;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
	line-height: 140%;
}

#title_tooltip:before {
	position: absolute;
	content: ' ';
	display: block;
	border: 8px solid transparent;
	border-top: 8px solid white;
	border-left: 8px solid white;
	bottom: -16px;
	left: 20px;
	z-index: 992;
}
#title_tooltip:after {
	position: absolute;
	content: ' ';
	display: block;
	border: 9px solid transparent;
	border-top: 9px solid #ccc;
	border-left: 9px solid #ccc;
	bottom: -18px;
	left: 19px;
	z-index: 991;
}

.icon_info {
	display: inline-block;
	width: 14px;
	height: 13px;
	background: #99a1a3;
	border-radius: 50%;
	text-align: center;
	color: white;
	font-style: italic;
	font-family: Georgia !important;
	font-weight: bold;
	font-size: 10px !important;
	padding-top: 1px;
	cursor: help;
}