.tip-twitter {
	z-index:1000;
	text-align:left;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:15px;
	max-width:600px;
	color:#353535;
	background-color:#fff;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,0.85));
}
.tip-twitter .tip-arrow-top {
	margin-top:-5px;
	margin-left:-5px;
	top:0;
	left:50%;
	width:9px;
	height:5px;
	background:url(/i/gui/poshytip-tip-twitter_arrows.gif) no-repeat;
}
.tip-twitter .tip-arrow-right {
}
.tip-twitter .tip-arrow-bottom {
}
.tip-twitter .tip-arrow-left {
}
.tip-twitter::before {
	z-index: 1000;
	content: "";  
	position: absolute;
	width: 0;
	height: 0;
	margin-left: 0;
	box-sizing: border-box;
	border: 8px solid black;
	border-color: transparent transparent #fff #fff;
	transform-origin: 0 0;
}
.tip-arrow-top.tip-twitter::before{
	top: 0;
	left: calc(12% - 5px);
	transform: rotate(135deg);
}
.tip-arrow-bottom.tip-twitter::before{
	bottom: -16px;
	left: calc(12% - 5px);
	transform: rotate(-45deg);
}
