.iExplanation {
	/*background: url(/images/manager/icn_alert_info_sm.png) no-repeat;*/
	display: inline-block;
	vertical-align: top;

	cursor: pointer;
	margin-top: -2px; 
	margin-left: -2px;
}
.iExplanation:before{
    color: #3FB37F;
}
.iExplanation > span {
	opacity: 0;
	margin-top: 27px;

	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;

	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	font-weight: normal;
	text-transform: none;
	text-shadow: none;
	white-space: normal;
	border-color: #9AABB3;
	box-shadow: rgba(39, 34, 34, 0) 0 1px 3px;
	font-family: 'Source Sans Pro';
	color: #3B5561;
	border-radius: 4px;
	line-height: normal;
	min-width: 350px;
	font-size: 13px !important;
	border-width: 1px;
	margin-left: -22px;
}
.iExplanation span.left {
	margin-left: -300px;
}
.iExplanation:hover > span {
	opacity: 1;
}