/* plain, functional — not styled to match the PDFs on purpose */

body {
  background: #f4f4f0;
  color: #111;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  max-width: 700px;
  margin: 30px auto;
  padding: 0 16px;
  line-height: 1.5;
}

a {
  color: #0000EE;
}

a:visited {
  color: #551A8B;
}

h1 {
  font-size: 20px;
  margin-bottom: 4px;
}

.subtitle {
  color: #555;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 20px;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}

ul.links {
  list-style: square;
  padding-left: 20px;
}

ul.links li {
  margin-bottom: 6px;
}

.updates {
  font-size: 12px;
  color: #333;
}

.updates li {
  margin-bottom: 4px;
}

.updates .date {
  color: #666;
  font-family: monospace;
}

.footer {
  margin-top: 40px;
  font-size: 10px;
  color: #999;
  font-family: monospace;
}

input[type="text"] {
  font-family: monospace;
  font-size: 13px;
  padding: 4px;
  width: 320px;
}

button {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  padding: 4px 10px;
  margin-left: 4px;
}

#code-status {
  margin-top: 12px;
  font-size: 12px;
  color: #333;
  min-height: 1.4em;
}

#tech-link {
  display: none;
}
