body {
  font-family: helvetica, sans-serif;
  margin: 0 0 60px 0;
}
a {
  text-decoration: none;
  color: #4F0000;
}
a:hover {
  text-decoration: underline;
}
p {
  margin-top: 10px;
  margin-bottom: 10px;
}
ul.clarity {
  padding-left: 0;
  list-style-type: none;
}
ul.clarity>li {
  margin-top: 4px;
}

#header {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #AF1B1B;
  color: white;
}
#header a {
  color: white;
  font-weight: lighter;
}
#header h1 {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 50px;
}
#header ul {
  list-style-type: none;
  text-indent: 0;
  padding: 0;
  padding-bottom: 5px;
  margin: 0;
  height: 1em;
  display:flex;
  display:-webkit-flex;
  justify-content:space-between;
  -webkit-justify-content:space-between;
}
#header ul>li {
  flex-direction:column;
  -webkit-flex-direction:column;
}
#header div {
  width: 700px;
  margin: auto;
}
@media print {
  #header h1 {
    font-size:30px;
    padding-top: 7px;
    padding-bottom: 0;
  }
  .noprint {
    display:none;
  }
  .pagebreak {
    page-break-before: always;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
}

#content {
  width: 700px;
  margin: auto;
  font-size: 16px;
}
#content h1 {
  border-bottom: 3px solid grey;
  padding-bottom: 4px;
  margin-bottom: 14px;
  font-size: 32px;
  font-weight: bold;
}
#content h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 19px;
  margin-bottom: 14px;
}
.position, .title {
  font-weight: bold;
}
.time_based_listing {
  border-spacing: 5px;
}
.qualifier {
  font-size: 0.8em;
  margin-top: -0.2em;
}
.time_based_listing tr>td:first-child {
  vertical-align: top;
  text-align: right;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}

