body {
  line-height: 140%;
}

.PageTitle {
  color: black;
  margin: 5px 0;
  text-align: center;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
}

div.HelpPageBox {
  margin: 20px auto;
  max-width: 750px;
  text-align: left;
  border: 2px outset black;
  padding: 10px;
}

div.HelpPageBox p {
  margin: 10px;
}

div.HelpPageBox a,
a:visited {
  color: blue;
  text-decoration: none;
}

div.HelpPageBox a:hover {
  text-decoration: underline;
}

div.HelpPageBox ul li {
  margin: 10px;
}

div.HelpPageBox ul.Checkboxes li {
  margin: 10px;
  clear: both;
}

div.HelpPageBox ul.Checkboxes li input {
  display: block;
  float: left;
  margin-right: 5px;
}

div.VideoBox {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

div.VideoBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.ProcessContainer img {
  max-width: 170px;
  width: 80%;
  padding: 5px 15px;
}

div.ProcessContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}

div.image {
  margin: auto;
  max-height: 150px;
}

div.text {
  color: rgb(126, 126, 126);
}

a.Weblink {
  text-decoration: none;
  color: black;
  font-weight: bold;
}