.tip-twitter {
	opacity:1;
	z-index:30000;
	text-align:left;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:8px 8px;
	max-width:400px;
	color:#fff;
    box-shadow:2px 2px 9px #333333;
	background-color:#000;
}
.tip-twitter .tip-inner {
	font-family: 'Georgia',sans-serif!important;
    font-weight: normal!important;
}


.tip-twitter .tip-inner span {
    display: block;
    font-family: 'Georgia',sans-serif!important;
    font-weight: normal!important;
}


.tip-twitter .tip-inner * {
    display: block;
    font-family: 'Georgia',sans-serif!important;
    font-weight: normal!important;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */

.tip-twitter .tip-arrow-bottom {
	margin-top:0;
	margin-left:-5px; /* approx. half the width to center it */
	top:100%;
	left:50%;
	width:9px;
	height:5px;
    visibility: visible!important;
	background:transparent url("/EN/repos/stylesheets/lth/ext/tip-twitter%5farrows%2egif?exp=81238&fps=2943a52861e6b63ebd98509ca25ffd0fb784666d") no-repeat -18px 0!important;
}