.sharethis{
    color:var(--textColor);
    font-size: smaller;
    padding-bottom: 1em;
}
#fb-share-button {
    background: #3b5998;
    border-radius: 3px;
    font-weight: 600;
    padding: 5px 8px;
    display: inline-block;
    position: static;
}

#fb-share-button:hover {
    cursor: pointer;
    background: #213A6F;
}

#fb-share-button span {
    vertical-align: middle;
    color: white;
    font-size: 14px;
    padding: 0 3px
}


#telegram-share-button {
    background: #2481cc;
    border-radius: 3px;
    font-weight: 600;
    padding: 5px 8px;
    display: inline-block;
    position: static;
}

#telegram-share-button:hover {
    cursor: pointer;
    background: #1a6099;
}
#telegram-share-button span {
    vertical-align: middle;
    color: white;
    font-size: 14px;
    padding: 0 3px
}

#twitter-share-button {
    background: #55acee;
    border-radius: 3px;
    font-weight: 600;
    padding: 5px 8px;
    display: inline-block;
    position: static;
}

#twitter-share-button:hover {
    cursor: pointer;
    background: #136aa4;
}
#twitter-share-button span {
    vertical-align: middle;
    color: white;
    font-size: 14px;
    padding: 0 3px
}
#email-share-button {
    background: #737373;
    border-radius: 3px;
    font-weight: 600;
    padding: 5px 8px;
    display: inline-block;
    position: static;
}

#email-share-button:hover {
    cursor: pointer;
    background: #404040;
}
#email-share-button span {
    vertical-align: middle;
    color: white;
    font-size: 14px;
    padding: 0 3px
}
#whatsapp-share-button {
    background: #3abf4c;
    border-radius: 3px;
    font-weight: 600;
    padding: 5px 8px;
    display: inline-block;
    position: static;
}

#whatsapp-share-button:hover {
    cursor: pointer;
    background: #128c7e;
}
#whatsapp-share-button span {
    vertical-align: middle;
    color: white;
    font-size: 14px;
    padding: 0 3px
}