div.sociable { margin: 16px 0 !important; }

span.sociable_tagline { position: relative !important; }
span.sociable_tagline span { display: none !important; width:100%; }
span.sociable_tagline:hover span {
	position: absolute !important;
	display: block !important;
	top: -5em !important;
	background: #ffe !important;
	border: 1px solid #ccc !important;
	color: black !important;
	line-height: 1.25em !important;
}
.sociable span {
	display: block !important;
}
.sociable ul {
	display: inline !important;
	margin: 5px 0 0 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none !important;
	display: inline !important;
	list-style-type: none !important;
	margin: 0 !important;
	padding: 1px !important;
}
.sociable ul li:before { content: "" !important; }
.sociable img {
	float: none !important;
	width: 16px !important;
	height: 16px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.sociable-hovers {
	opacity: .4 !important;
	-moz-opacity: .4 !important;
	filter: alpha(opacity=40) !important;
}
.sociable-hovers:hover {
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

