body {
  background-color: white;
  color: darkslategray;
}

h5 {
  line-height: 1.2em;
}

p {
  font-size: small;
  line-height: 1.7em;
}

.RequestForm {
  padding: 10px;
  width: 95%;
  background-color: #CCCCFF;
}

.Description {
  font-size: small;
  line-height: 1em;
  float: left;
  width: 140px;
}

.Detail {
  font-size: small;
  line-height: 1em;
  margin-left: 160px;
}

.Required {
  color: teal;
  font-size: smaller;
  font-style: italic;
  vertical-align: top;
}

.SectionHeader {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  color: darkslategray;
}