.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
}

.memberDirectorySearchArea .searchResult {
  display: none;
}

.WaGadgetMemberDirectory .ActionPanelOuterContainer .separatorTextContainer, .WaGadgetMemberDirectory .ActionPanelOuterContainer .exitAdvSearchContainer {
  display: none;
}
body {
  font-family: 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.6;
}

/* Covers Android phones, smaller screens */
@media only screen and (max-width: 1200px) {
  body {
    font-size: 18px;
    line-height: 1.75;
  }
}

/* Fix for iPhones and iPads */
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) {
  body {
    font-size: 18px !important;
    line-height: 1.75 !important;
  }
}








