@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,latin-ext);
/* Important! Give the content div a position relative */
#floatbox{
 position: relative;
}
#share_buttons_single_page img{
 background: none;
 border: none;
 padding: 0;
 margin: 0;
}
#share_buttons_wrapper {
  float:none;
  clear:both;
}
#share_buttons_wrapper:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#share_buttons_single_page{

 text-align: left;
 margin: 0 0 5px 0px;
}
#share_buttons_single_page.fixed {
 position: fixed;
 top:50px;
}
#share_buttons_single_page .wdt_button{
 float:left;
 margin-bottom: 10px;
 margin-right:10px;
}

#back_to_top{
	background:url('images/up.png') center 10px no-repeat #fff;
	position:fixed;
	top:93%;
	z-index:850;
	display:none;
	width:45px;
	text-align:center;
	border:solid 1px #ccc;
	padding:10px !important;
	border-radius:4px 4px;
	-moz-border-radius:4px 4px;
	-webkit-border-radius:4px 4px;
	cursor:pointer;
	color:#333;
}