#helpPage .CustomSubHeading {
  margin-top: 1%;
}
#helpPage #header #btnBar #helpButton {
  background-color: #69bdeb;
  color: white;
}
#helpPage .SelectedTab {
  background-color: #69bdeb;
  color: #434343;
  cursor: default;
}
#helpPage span.InfoSubHeading {
  margin-left: 2%;
}
#helpPage #helpContent {
  margin-top: 2%;
  margin-bottom: 2%;
}
@media screen and (max-width: 760px) {
  #helpPage @-ms-viewport {
    width: device-width;
  }
  #helpPage #helpPage .Btn {
    width: 80%;
    margin-bottom: 5px;
  }
  #helpPage #helpPage span.InfoSubHeading {
    display: block;
    margin: 5% 0;
  }
}
