.buzzsharer.share-wrapper {
    margin-bottom: 10px;
    clear: both;
    font-size: 12px;
    text-transform: uppercase;
    color: #8f8f8f;
}
.buzzsharer.share-wrapper:after{
    content: " ";
    display: table;
    clear:both;
}
.buzzsharer.share-wrapper .shares {
    float: right;
}
@media (max-width: 767px) {
    .buzzsharer.share-wrapper .shares {
        float: none;
    }
}
.buzzsharer.share-wrapper .shares span.fa {
    font-size: 18px;
    line-height: 30px;
}

.buzzsharer.share-wrapper .shares a.btn {
    height: 30px;
    width: 50px;
    padding: 0;
    background-color: #373737;
    border: 1px solid #8f8f8f;
    color: #ffffff;
}
#shareByMail .modal-content .modal-footer .button.filter-btn.closing {
    width: 90px;
    text-align: center;
}
#shareByMail .modal-content .modal-footer .button.filter-btn {
    width: 30%;
}
#shareByMail .modal-content .modal-footer .button.filter-btn.closing:after {
    content: '';
    float: right;
}