#share-buttons > div {
    position: relative;
    text-align: left; 
    height: 36px; 
    width: 32px; 
    float: left; 
    text-align: center;
}
#share-buttons > div > svg {height: 16px; fill: #d5d5d5; margin-top: 10px;}  
#share-buttons > div.facebook:hover > svg {fill: #3B5998;}  
...  
.sharepage { background-color: #009edc;}
