span.wt_csstooltip, h1 span.wt_csstooltip {
	position: relative;
	z-index: 240;
	text-decoration: underline;
	cursor: help;
	font-style: normal;
	letter-spacing: normal;
}

#WzBoDyI {padding: 0.5em}
/*
span.wt_csstooltip:hover { 
	z-index: 250; 
	text-decoration: none; 
	background-color: #FFF;
}

span.wt_csstooltip span,
span.wt_csstooltip dfn {
	display: none;
	font-style: normal;
	z-index: 250; 
}
span.wt_csstooltip:hover span,
span.wt_csstooltip:hover dfn {
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 20em;
	background-color: #B670AE;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
	font-size: 1em;
	border: 2px solid #CFDF62;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	z-index: 2500; 
}*/
