/*@author = Mark Macheta*/
/*This is used on the help page to decrease the distance between the <p> text and it's associated <h5> question.*/
.content > h5 {
  margin-bottom: 0px;
  font-size: 16px;
}

/*@author = Mark Macheta*/
/*This is used on the help page to indent the answers to questions*/
.content > p {
  margin-left: 5px;
}

/*@author = Mark Macheta*/
/*Used on the help page to make a button out of an anchor tag*/
#helpEmail {
  display: block;
  background-color: #eb6961;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  max-width: 422px;
  width: 100%;
  margin-top: 27px;
  padding: 10px 0px;
}

.content {
  padding-top: 90px;
  margin-left: 290px;
  max-width: 500px;
  width: 100%;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content li {
  font-size: 16px;
}

h5 + div {
  margin-left: 5px;
}

/* Improve the spacing on the clickable titles */
h5 {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.userGuideImg {
  height: 150px;
  border: 1px solid black;
  margin-left: 10px;
}

.userGuideContainerDiv {
  width: 100%;
  text-align: left;
}

/*# sourceMappingURL=help.css.map */
