#email-share-button {
    background-color: grey;
}

#linkedin-share-button {
    background-color: #3467C2;
}

#share-label {
    color: black;
    font-size: 16px;
}

#pinterest-share-button {
    background-color: #B72322;
}

#twitter-share-button {
    background-color: #52A2F3;
}

#facebook-share-button {
    background-color: #4867AA;
}

.share-buttons {
    margin: 4px;
    /*width: 10%;*/
    min-width: 19%;
    display: contents;
}