body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

a {
  color: #0000f4;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#header {
  background: #b31b1b;
  color: #fff;
  margin: 0;
  padding: 0.75em 0;
  border-bottom: 2px solid #ccc;
  overflow: hidden;
}

#header h1 {
  margin: 0;
  font-size: 1em;
  padding: 0 0 0.2em 20px;
  font-weight: bold;
  font-style: normal;
  float: left;
}

#header a,
#header a:visited {
  color: #fff;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

#content {
  margin: 0.7em;
  font-size: 90%;
}

#dlpage dd {
  padding-bottom: 1em;
}

#dlpage .meta {
  line-height: 130%;
}

#dlpage .list-identifier {
  font-weight: bold;
}

#dlpage .descriptor {
  display: inline;
}

#dlpage .list-title .descriptor,
#dlpage .list-authors .descriptor {
  display: none;
}

#dlpage .list-title {
  font-size: large;
  font-weight: bold;
  margin: 0.25em 0 0 0;
  line-height: 120%;
}

#dlpage .list-authors {
  font-weight: normal;
  font-size: 110%;
}

#dlpage .list-comments,
#dlpage .list-subjects,
#dlpage .list-report-status {
  font-weight: normal;
  font-size: 90%;
}

.primary-subject {
  font-weight: bold;
}

#dlpage h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

#dlpage h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

#dlpage dt {
  margin-top: 0;
}

#dlpage dt > a[name] {
  color: #000;
  font-weight: bold;
}

#dlpage p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.missing-report {
  color: #555;
}

#footer {
  background: #eee;
  color: #000;
  margin: 1em 0 0 0;
  padding: 0.7em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 80%;
  clear: both;
}

#footer p {
  margin: 5px;
}

@media (max-width: 640px) {
  #header h1 {
    float: none;
    padding-right: 20px;
    line-height: 1.35;
  }

  #content {
    font-size: 88%;
  }

  #dlpage dl {
    margin-left: 0;
  }

  #dlpage dd {
    margin-left: 1.25em;
  }
}
