﻿.st-custom-button svg {
    font-size: 18px;
}

.st-custom-button[data-network] {
    /*	height: 19.75px;
	width: 19.75px;
	max-height: 19.75px;
	max-width: 19.75px;
*/ text-align: center;
    background-color: #0ADEFF;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    width: 20px;
    margin-right: 0.25em;
}

.st-custom-button[data-network='facebook'] {
    background-color: #4267B2;
}

.st-custom-button[data-network='twitter'] {
    background-color: #000000;
}

.st-custom-button[data-network='email'] {
    background-color: #25d366;
}

.st-custom-button[data-network='qr'] {
    background-color: #645EA4;
}

.st-custom-button[data-network]:hover,
.st-custom-button[data-network]:focus {
    text-decoration: none;
}

.sharethis-custom-share-buttons.confirmation .st-custom-button {
    width: 40px;
    border-radius: 20px;
}

.sharethis-custom-share-buttons.fundraiser .st-custom-button {
    width: 40px;
    border-radius: 20px;
}

.sharethis-custom-share-buttons.fundraiser .st-custom-button svg {
    margin-bottom: -2px;
}

.sharethis-custom-share-buttons.recruitment .st-custom-button svg {
    margin-bottom: -2px;
}