@charset "UTF-8";

.tipsy {
	font-size: 11pt;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	/*background-image: url(/test/img/tipsy.gif);*/
}

.tipsy-inner {
	padding: 5px 8px 4px 8px;
	color: var(--main-color);
	border: 1px solid;
	border-color: var(--border-frame-color);
	border-top: 3px solid;
	border-top-color: var(--design-color);

	background-color: #ffffff;
	box-shadow: 5px 5px 10px -3px #555555;

	width: 20.5vw;
    min-width: 170px;
	text-align: left;
}

.tipsy-inner {
	word-wrap: break-word;
  	white-space: normal;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tipsy-north {
	background-position: top center;
}
.tipsy-south {
	background-position: bottom center;
}
.tipsy-east {
	background-position: right center;
}
.tipsy-west {
	background-position: left center;
}

div.tipsy_hover_tip {
	display: none;
}
.tipsy_title {
	font-weight: bold;
}