@media screen and (max-width: 1100px) { #sharefloat {display: none;} }

#sharefloat{
	background:#F9F9F9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #F9F9F9));
	background:-moz-linear-gradient(top, #fff, #F9F9F9);
	border:1px solid #ccc;
	float:left;
	padding:0 0 3px 0;
	position:fixed;
	top:30%;
	left:0;
	z-index:10;
	border-radius:0 5px 5px 0;
	box-shadow:2px 2px 5px rgba(0,0,0,0.3);
} 

#sharefloat .sharewith{
	float:left;
	clear:both;
	margin:5px 4px 0 4px;
	text-align: center;
} 