.shariff::after,.shariff::before
{
	content: " ";
	display: table;
}
.shariff::after
{
	clear: both;
}
.shariff ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.shariff li
{
	box-sizing: border-box;
	
}
.shariff li a
{
	box-sizing: border-box;
	
	display: block;
	//height: 35px;
	position: relative;
	text-decoration: none;
}
.shariff li .share_count,.shariff li .share_text
{
	vertical-align: middle;
}
.shariff li .fa
{
	
	text-align: center;
	vertical-align: middle;
	
}
.shariff li .share_count
{
	
	
	position: absolute;
	right: 1px;
	top: 1px;
}

.shariff .orientation-horizontal li
{
	float: left;
	
}
.shariff .orientation-horizontal li:last-child
{
	margin-right: 0;
}
.shariff .orientation-horizontal li .share_text
{
	display: block;
	padding-left: 3px;
	text-indent: -9999px;
        display:none;
}
.shariff .orientation-horizontal li .share_count
{
	display: none;
}

.shariff .theme-white .shariff-button
{
	border: 1px solid #ddd;
}
.shariff .theme-white .shariff-button a
{
	background-color: #fff;
}
.shariff .theme-white .shariff-button a:hover
{
	background-color: #eee;
}
.shariff .theme-white .shariff-button .share_count
{
	background-color: #fff;
	color: #999;
}

