span.simpletooltip_question {
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #89A4CC;
	line-height: 16px;
	color: white;
	font-size: 13px;
	font-weight: bold;
	border-radius: 8px;
	text-align: center;
	position: relative;
}
span.simpletooltip_question:hover {
	background-color: #3D6199;
	transition: all 0.2s ease-in-out;
}
div.simpletooltip {
	background-color: #FFFFBF;
	border: 1px solid #ccc;
	position: absolute;
	left: 25px;
	top: -25px;
	z-index: 1000000;
	width: 250px;
	border-radius: 5px;
	padding: 10px;
}
div.simpletooltip:before {
	border-color: transparent #ccc transparent transparent;
	border-style: solid;
	border-width: 7px 7px 7px 0px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: -7px;
}
div.simpletooltip:after {
	border-color: transparent #FFFFBF transparent transparent;
	border-style: solid;
	border-width: 6px 6px 6px 0px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: -6px;
}
div.simpletooltip div.simpletooltip_header {
    font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
	text-align: left;
	padding: 0 15px 10px 0;
}

div.simpletooltip div.simpletooltip_text {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-align: left;
}
