.tipsy {
	padding: 0 0 10px;
	font-size: 12px;
	line-height: 1.4;
	background-repeat: no-repeat;
}
.tipsy-inner {
	padding: 8px 10px;
	border-radius: 6px;
	border: 1px solid #333;
	background-color: #fff;
	box-shadow: 0 2px 0 #333;
	color: #333;
	max-width: 275px;
	text-align: justify;
}
.tipsy-north {
	background-image: url(tipsy-north.gif);
	background-position: top center;
}
.tipsy-south::after {
	content: "";
	position: absolute;
	z-index: 10;
	left: calc(50%);
	bottom: -6px;
	width: 1px;
	height: 22px;
	transform: rotate(24deg);
	background: #333;
}
.tipsy-east {
	background-image: url(tipsy-east.gif);
	background-position: right center;
}
.tipsy-west {
	background-image: url(tipsy-west.gif);
	background-position: left center;
}