#tooltip {
	position: absolute;
	z-index: 3000;
	/*opacity: 0.85;*/
	background: #7eb616;
	color: #fff;
	padding: 0 10px;
	line-height: 200%;/**/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #fff;
}

#tooltip h6, 
#tooltip div { 
	margin: 0;
	font-size: 12px; 
	font-weight: normal;
}

#tooltip.pretty {
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	/*opacity: 0.8;*/
}






/*acronym #tooltip .tooltip.acronimi {*/
#tooltip.acronimiTooltip {
	background: #fff78f;
	color: #000;
	padding: 0 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border: 1px dotted #fbaa1b;
}
