.s-m {
	position: fixed;
	float: left;
	border: 1px solid #f2f2f2;
	background-color: #fff;
	width: 40px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	display: none;
	z-index: 100;
}

.tfu-wrapper {
	width: 100%;
}

.tfu-elem {
	border: 1px solid #f3f3f3;
	float: left;
	width: 98px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
}

.tfu-elem:hover {
	background-color: #eaf1f9;
	cursor: pointer;
}

.tfu-elem span {
	font-size: 16px;
}

.tfu-social {
	float: left;
	width: 295px;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 5px;
	border: 1px solid #f3f3f3;
}

.follow-links {
	text-align: center;
	display: none;
	width: 100%;
	padding-top: 10px;
	padding-left: 60px;
}

.follow-links img {
	text-align: center;
}

.follow-link {
	border: 0px solid #f00;
	float: left;
	width: 35px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.follow-link-facebook, 
.follow-link-twitter, 
.follow-link-youtube, 
.follow-link-this-site {
	display: none;
}
