#membership_help_tab {
  transform: rotate(270deg);
  display: block;
  position: fixed;
  right: -62px;
  top: 250px;
  background-color: #3198a4;
  z-index: 999;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px 26px;
  color: white;
  text-align: center;
  font-weight: 500;
}

#membership_help_tab {
  display: none;
}

body.your-network #membership_help_tab {
  display: block;
}

#membership_help_tab:hover {
  text-decoration: none;
  cursor: pointer;
}

.path-admin #membership_help_tab {
  display: none;
}
