.main-area .share-actions {
    font-size: 12px;
    text-align: left;
    left: 65px;
}

.share-actions a.comment-button,
.share-actions .tribute-share-btn {
    opacity: 0.6;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

.share-actions .tribute-share-btn {
    padding: 5px 10px 5px 20px;
    background: url(../images/share.png) no-repeat left center/contain;
    background-size: 25%;
}

.share-actions .tribute-share-btn:hover {
    filter: brightness(80%);
}

.list-photos .photos .photo-summary .share-actions {
    margin-top: 15px;
}

.list-photos .photo-summary .share-actions > div,
.list-photos .photo-summary .share-actions > a {
    margin-right: 25px;
}

.photo-summary .share-actions .tribute-share-btn {
    padding: 8px 10px 8px 20px;
    vertical-align: top;
}

.tribute-store-override .photos .family-photo .fb-like-wrapper {
    display: block;
}

.list-gestures .gesture .gesture-summary .share-actions {
    margin-top: 15px;
}

.list-gestures .gesture-summary .share-actions > div,
.list-gestures .gesture-summary .share-actions > a {
    margin-right: 20px;
}

.gesture-summary .share-actions .tribute-share-btn {
    vertical-align: top;
}

.condolence-list .condolence .condolence-actions .share-actions {
    text-align: left;
    float: left;
}

.condolence-list .condolence .condolence-actions .share-actions > div,
.condolence-list .condolence .condolence-actions .share-actions > a {
    margin-right: 40px;
}

.condolence-actions .share-actions .tribute-share-btn {
    padding: 0 10px 0 20px;
    vertical-align: top;
}

.share-actions .tribute-share-btn {
    background: url(../images/share.png) no-repeat left center/contain;
    background-size: 25%;
}

.share-actions a.comment-button {
    padding-left: 22px;
    padding-right: 10px;
    background: url("images/comment.png") no-repeat left center/contain;
    background-size: 20%;
    font-size: 13px;
    vertical-align: top;
}

#tribute2 .share-actions .tribute-share-btn:hover,
#tribute2 .share-actions a.comment-button:hover {
    opacity: 1;
}

.tribute-event-comment .event-icon-container {
    float: left;
    background: #D8D8D8;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    position: relative;
}

.tribute-event-comment .event-icon {
    font-family: "Arial", Sans-serif;
    font-size: 20px;
    height: 60px;
    text-align: center;
    padding-top: 18px;
}

@media only screen and (max-width: 767px) {
    .list-photos .photo-summary .share-actions .tribute-share-btn {
        vertical-align: baseline;
    }

    .photo-content .photo-summary .share-actions .tribute-share-btn {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .list-gestures .gesture-summary .share-actions .tribute-share-btn {
        vertical-align: baseline;
    }

    .tribute-container .condolence-list .condolence .condolence-actions .share-actions > div,
    .tribute-container .condolence-list .condolence .condolence-actions .share-actions > a {
        margin-right: 20px;
    }

    .condolence .condolence-actions .share-actions .tribute-share-btn,
    .condolence .condolence-actions .share-actions .comment-button {
        padding-top: 5px;
        padding-bottom: 5px;
        vertical-align: baseline;
    }
}