html {
   overflow-x: hidden !important;
}

#tooltip {
/*        width: 200px; */
        width: auto;
	position: absolute;
	z-index: 3000;
	border: 1px solid #D4D4D4;
	background-color: #7BAC1D;
	padding: 5px;
	opacity: 1;
        font-size: 10px;
        color: #FFF;
}
#tooltip h3, #tooltip div { margin: 0;}
#tooltip h3 { font-size: 11px; color: #FFF; }

#tooltip.pretty {
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('../img/ankieta/shadow.png') no-repeat;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 11px;
        font-weight: bold;
	width: 220px;
	text-align: left;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('../img/ankieta/shadow2.png') no-repeat;
	padding-top: 55px;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url('../img/ankieta/shadow2-reverse.png') no-repeat;
}