<p><a style="display: flex; padding: 5px 10px; max-width: 564px; width: 0px; justify-content: space-around; align-items: center; text-decoration: none; transition: all 0.3s ease; outline: none; border: none; -webkit-appearance: none; box-shadow: none; cursor: pointer; font-style: inherit; font-variant: inherit; font-weight: bold; font-stretch: inherit; font-size: 14px; line-height: inherit; font-family: inherit; color: white; background-color: #c78840; border-radius: 12px; min-width: 180px; min-height: 46px;" href="https://e-commerce.ning.com/payment/page?t=11EAE37C2397602895561866DA4E2AC0" target="_blank" rel="noopener">donate</a></p>

/* Hide Add friend button */
.page-members .profileCoverArea-friendOptions.optionsDropdown > div {
    display: none!important;
}

.page-members .profileCoverArea-friendAndMessageLinks > div:nth-child(2) {
    display: none;
}

/* Hide Freunde tab on MyPage*/
.page-members ul.tabContainerSection-tabs.subnavline > li:nth-last-child(2) {
    display: none;
}

/* Hide Add Friend button on Members page*/
.page-members a.friendLink {
    display: none!important;
}

.page-members .subnav li:last-child {
  display: none;
}

@media screen and (max-width: 769px) {
  .page-members .subnav.condensed option:last-child {
    display: none;
  }
}