<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#socialsidebar {
			display:none;
	visibility:hidden;
z-index:100;
padding:10px 0px;
text-align:center;
background-color:#ffffff; 
background:rgba(255,255,255,0.8); 
width:100%;
position:fixed !important; 
left:-10000px !important; 
-moz-border-radius:5px;
-webkit-border-radius: 5px;
border-radius:5px;
-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.7);
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.7); 
box-shadow: 0 1px 5px rgba(0,0,0,0.7);
}
#socialsidebar &gt; div {
	float:left;
	margin:4px;
}</pre></body></html>