a[data-sharer] {
    cursor: pointer;
}

button[data-sharer] {
    background: transparent;
    border: none;
}

a[data-sharer]:hover,
button[data-sharer]:hover {
    text-decoration: none !important;
}

a[data-sharer] i:active,
button[data-sharer] i:active {
    transform: translateY(2px) !important;
}

a[data-sharer] i:hover,
button[data-sharer] i:hover {
    transition: all .2s ease-in-out !important;
    transform: scale(1.5) !important;
}

a[data-sharer="twitter"],
[data-sharer="twitter"] {
    color: #00aced;
}

a[data-sharer="facebook"],
button[data-sharer="facebook"] {
    color: #3b5998;
}

a[data-sharer="linkedin"],
button[data-sharer="linkedin"] {
    color: #007AB5;
}

a[data-sharer="googleplus"],
button[data-sharer="googleplus"] {
    color: #DD4C39;
}

a[data-sharer="email"],
button[data-sharer="email"] {
    color: #444;
}

a[data-sharer="whatsapp"],
button[data-sharer="whatsapp"] {
    color: #4DC247;
}

a[data-sharer="telegram"],
button[data-sharer="telegram"] {
    color: #34ADE1;
}

a[data-sharer="viber"],
button[data-sharer="viber"] {
    color: #7C529E;
}

a[data-sharer="pinterest"],
button[data-sharer="pinterest"] {
    color: #CB2029;
}

a[data-sharer="tumblr"],
button[data-sharer="tumblr"] {
    color: #32506d;
}

a[data-sharer="hackernews"],
button[data-sharer="hackernews"] {
    color: #FF6700;
}

a[data-sharer="reddit"],
button[data-sharer="reddit"] {
    color: #335f89;
}

a[data-sharer="vk"],
button[data-sharer="vk"] {
    color: #45668E;
}

a[data-sharer="buffer"],
button[data-sharer="buffer"] {
    color: #46ABED;
}

a[data-sharer="xing"],
button[data-sharer="xing"] {
    color: #006464;
}

a[data-sharer="line"],
button[data-sharer="line"] {
    color: #1DCD00;
}

a[data-sharer="digg"],
button[data-sharer="digg"] {
    color: #1B568E;
}

a[data-sharer="pocket"],
button[data-sharer="pocket"] {
    color: #EE4056;
}

a[data-sharer="stumbleupon"],
button[data-sharer="stumbleupon"] {
    color: #EB4924;
}

a[data-sharer="flipboard"],
button[data-sharer="flipboard"] {
    color: #E02828;
}

a[data-sharer="weibo"],
button[data-sharer="weibo"] {
    color: #E6162D;
}

a[data-sharer="renren"],
button[data-sharer="renren"] {
    color: #005EAC;
}

a[data-sharer="myspace"],
button[data-sharer="myspace"] {
    color: #111;
}

a[data-sharer="blogger"],
button[data-sharer="blogger"] {
    color: #EB8104;
}

a[data-sharer="baidu"],
button[data-sharer="baidu"] {
    color: #2319DC;
}

a[data-sharer="okru"],
button[data-sharer="okru"] {
    color: #EE8208;
}

a[data-sharer="trello"],
button[data-sharer="trello"] {
    color: #00aced;
}

