/*        
width: 16px !important; display: inline-block; float: none; 
*/

.fb-share-button {
    background: #3b5998;
}
.fb-share-button:hover {
    background: #213A6F
}

.vb-share-button {
    background: rgb(86,63,189);
}
.vb-share-button:hover {
    background: rgb(103,93,169);
}

.wa-share-button {
    background: rgb(37,211,102);
}
.wa-share-button:hover {
    background: rgb(0,167,131);
}



.share-button {
    display: none;
    border-radius: 3px;
    font-weight: 600;
    padding: 2px 8px;
    /*margin-top: 10px;*/
    /*display: inline-block;*/
    position: static;
      opacity: 0.5;
}

@media (min-width: 481px) {
    .share-button {
        display: inline-block;
    }
}

.share-button:hover {
    cursor: pointer;
      opacity: 1;
}

.share-button img {
    width: 18px !important;
    vertical-align: middle;
    border-radius: 2px
}

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