.bp-activity-share-message.bp-share-success {
    margin: 20px 0 20px 80px;
    border: 1px solid rgba(234, 234, 234, 0.6);
    padding: 10px;
    border-left: 4px solid #46b450;
}

.bp-activity-share-message.bp-share-error {
    margin: 20px 0 20px 80px;
    border: 1px solid rgba(234, 234, 234, 0.6);
    padding: 10px;
    border-left: 4px solid #dc3232;
}

.bpas-share-options,
.bpas-custom-share-options {
    max-width: 175px;
    height: 32px;
}

#buddypress #activity-stream .bpas-share-options-wrapper.hide {
    display: none;
}

#buddypress #activity-stream .bpas-share-options-wrapper.show {
    display: inline-block;
}

#buddypress #activity-stream .bpas-share-options-wrapper .button {
    width: 32px;
    padding: 4px;
    display: inline-block;
}

#buddypress #activity-stream .bpas-share-options-wrapper .button.bp-activity-share {
    margin-left: 5px;
}

@media all and (max-width: 1169px) {
    #buddypress #activity-stream .bpas-share-options-wrapper {
        margin-top: 10px;
    }
}

#buddypress #activity-stream .bp-activity-share-custom {
    margin: 15px 0 0 80px;
}

#buddypress #activity-stream .bp-activity-share-custom textarea {
    margin-bottom: 10px;
}

#buddypress #activity-stream .bp-activity-share-custom a.bp-activity-share {
    margin-left: 5px;
}

#buddypress #activity-stream .bp-activity-share-custom a.bp-activity-share,
  #buddypress #activity-stream .bp-activity-share-custom a.bpas-cancel {
    height: 32px;
    width: 32px;
    padding: 5px 0 0 0;
    display: inline-block;
}

#buddypress #activity-stream .bpas-shared-content {
    border: 1px solid #eaeaea;
    padding: 10px;
}
