#hotshare {
    position: fixed;
    top: 60%;
    right: 0;
    font-size: 1.8em;    
    z-index: 99999;
    background: #f5f5f5;
    padding: 0.3em;    
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: -1px 1px 4px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: -1px 1px 4px 0px rgba(0,0,0,0.45);
    box-shadow: -1px 1px 4px 0px rgba(0,0,0,0.45);
}
.hotshare-content{}
#hotshare a {
    text-decoration: none;    
}

#hotshare .icon-facebook-square { color: #3B5998 !important;}
#hotshare .icon-google-plus-square { color: #DC4E41 !important; }
#hotshare .icon-twitter-square { color: #00A9F1 !important; }
#hotshare .icon-linkedin-square { color: #007BB6 !important; }