#st-custom-btn {
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    display: block!important;
    opacity: 1!important;
    padding: 0;
    margin: 0;
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}
.st-custom-button[data-network="facebook"],
.st-custom-button[data-network="twitter"],
.st-custom-button[data-network="whatsapp"],
.st-custom-button[data-network="telegram"],
.st-custom-button[data-network="linkedin"],
.st-custom-button[data-network="reddit"],
.st-custom-button[data-network="print"],
.st-custom-button[data-network="email"] {
    display: inline-block;
    margin: 0 2px 5px;
    overflow: hidden;
    line-height: 0;
    text-decoration: none;
    text-transform: none;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: 0;
    font-family: helvetica neue,helvetica,arial,sans-serif;
    background-color: transparent;
    padding: 5px;
}
.st-custom-button[data-network="facebook"]:hover,
.st-custom-button[data-network="twitter"]:hover,
.st-custom-button[data-network="whatsapp"]:hover,
.st-custom-button[data-network="telegram"]:hover,
.st-custom-button[data-network="linkedin"]:hover,
.st-custom-button[data-network="reddit"]:hover,
.st-custom-button[data-network="print"]:hover,
.st-custom-button[data-network="email"]:hover {
    transform: translateY(-4px);
    color: #fff;
    text-decoration: none;
    background-color: rgb(59, 89, 152);
    border-radius: 16px;
}
.st-custom-button[data-network="facebook"]:focus,
.st-custom-button[data-network="twitter"]:focus,
.st-custom-button[data-network="whatsapp"]:focus,
.st-custom-button[data-network="telegram"]:focus,
.st-custom-button[data-network="print"]:focus,
.st-custom-button[data-network="email"]:focus,
.highlight {
    transform: translateY(-4px);
    color: #fff;
    text-decoration: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.st-custom-button .at-icon-wrapper {
    display: block;
}