@media screen and (max-width: 769px) {
  .header-logoImage img {
    max-height: 28vw;
    width: auto;
  }
 .ningbar-userLinks {
  float: right;
  margin-right: 1em;
  font-size: 17px;
  line-height: 20px;
  margin-left: auto;
}
.occasional-button > .button-iconic {
  display: block;
  margin: auto;
  font-size: 30px;
}
}
.profileCoverArea-questionAndAnswer a {
    color: white;
}
.membersListPage-userInfo .profileCoverArea-info .profileCoverArea-question {
  display: none;
}
.profileCoverArea-question {
  display: none;
}

/* Justify text on the homepage */
@media screen and (max-width: 760px) {
    p {
        text-align: justify;
    }
}
/* end of code */
li.mainTab-item {
    display: block!important;
}
/* My Page Edit Porfile dropdown styles */
body.page-members .optionsDropdown-list > li a {
  font-weight: normal;
}
body.page-members .optionsDropdown-sectionLabel {
    font-weight: bold;
}
/* end of code */