/**
 * sharebar plugin
 * author: nico hemkes;
 * last update: 2016 april, 28;
 */

#sharebuttons{margin: 20px 0;}
#sharebuttons img{margin: 0 4px 0 0; border:none;}

#sharebuttons a.sb_icon {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 11px 7px 10px;
    margin: 2px 5px 2px 0;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    color: #666;
}
#sharebuttons a.sb_icon.facebook:hover, #sharebuttons a.sb_icon.facebook:focus {
    border: 1px solid #3b5999 !important;
    background-color: #3b5999;
    color: #fff!important;
}
#sharebuttons a.sb_icon.twitter:hover, #sharebuttons a.sb_icon.twitter:focus {
    border: 1px solid #59d1df !important;
    background-color: #59d1df;
    color: #fff!important;
}
#sharebuttons a.sb_icon.linkedin:hover, #sharebuttons a.sb_icon.linkedin:focus,
#sharebuttons a.sb_icon.delicious:hover, #sharebuttons a.sb_icon.delicious:focus {
    border: 1px solid #2ba3e1 !important;
    background-color: #2ba3e1;
    color: #fff!important;

}
#sharebuttons a.sb_icon.digg:hover, #sharebuttons a.sb_icon.digg:focus {
    border: 1px solid #1b5791 !important;
    background-color: #1b5791;
    color: #fff!important;
}
#sharebuttons a.sb_icon.reddit:hover, #sharebuttons a.sb_icon.reddit:focus {
    border: 1px solid #FF4500 !important;
    background-color: #FF4500;
    color: #fff!important;
}