#sidebar{ 
position:fixed; 
top:105px; 
right:0; 
width:120px; 
background-color:#616266; 
padding:5px;
-moz-border-radius: 5px;  
-khtml-border-radius: 5px;  
-webkit-border-radius: 5px; 
border-radius: 5px;
}
.line_spacing{ margin:2px 0 2px 5px; }
.img_spacing{ margin:0 0 0 5px;}

.googleplus {
 position:relative;
    /* - use this to position your share icon on your page -  */
}
.googlehider {
 opacity:0;
 height:30px;
 width:30px;
 position:absolute;
 top:0;
 left:0;
 z-index:3;
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter:alpha(opacity=0);
}
.mygoogle {
 position:absolute;
 top:0;
 left:0;
 z-index:2;
 margin-left:6px;
}
