@font-face {
    font-family: 'share-buttons';
    src:url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.eot?gpra60');
    src:url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.eot?#iefixgpra60') format('embedded-opentype'),
        url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.woff?gpra60') format('woff'),
        url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.ttf?gpra60') format('truetype'),
        url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.svg?gpra60#share-buttons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.share-btn-icon {
    font-family: 'share-buttons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.share-btn-email .share-btn-icon:before {
    content: "\e945";
}

.share-btn-more .share-btn-icon:before {
    content: "\ea82";
}

.share-btn-googleplus .share-btn-icon:before {
    content: "\ea88";
}

.share-btn-facebook .share-btn-icon:before {
    content: "\ea8c";
}

.share-btn-twitter .share-btn-icon:before {
    content: "\ea91";
}

.share-btn-github .share-btn-icon:before {
    content: "\eab4";
}

.share-btn-tumblr .share-btn-icon:before {
    content: "\eabb";
}

.share-btn-reddit .share-btn-icon:before {
    content: "\eac7";
}

.share-btn-linkedin .share-btn-icon:before {
    content: "\eac8";
}

.share-btn-delicious .share-btn-icon:before {
    content: "\eacc";
}

.share-btn-stumbleupon .share-btn-icon:before {
    content: "\eace";
}

.share-btn-pinterest .share-btn-icon:before {
    content: "\ead0";
}
.share-btn.share-btn-branded.share-btn-facebook {
    background: #3b5998;
    border-color: #344e86;
}
.share-btn.share-btn-branded {
    color: #fff;
}
.share-btn {
    position: relative;
    display: inline-block;
    height: 30px;
    margin: 0;
    padding: 2px 8px;
    line-height: 2.25;
    letter-spacing: 0.04em;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #111;
    background: #e0e0e0;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.share-btn .share-btn-text-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.share-btn.share-btn-branded.share-btn-twitter {
    background: #55acee;
    border-color: #3ea1ec;
}
.share-btn.share-btn-branded.share-btn-linkedin {
    background: #0976b4;
    color: #fff;
    border-color: #08669c;
}
.share-btn.share-btn-branded.share-btn-pinterest {
    background: #cc2127;
    color: #fff;
    border-color: #b61d23;
}
