html > body .entry div.sociable {
  margin: 16px 0; 
  clear: both;
}

html > body .entry div.sociable_tagline { 
  display: table;
  float: left;
  margin-right: 10px;
  font-weight: bold;
  color: #ff0000;
}
html > body .entry div.sociable_tagline span {
  display: none; width: 14em; 
}
html > body .entry span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
html > body .entry .sociable span {
	display: block;
}
html > body .entry .sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
html > body .entry .sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
    margin-right: 10px;
	padding: 0;
}
html > body .entry .sociable ul li:before {
  content: ""; 
}
html > body .entry .sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

html > body .entry .sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
html > body .entry .sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
