body {
  font-family: Myriad Pro, Myriad Web, Myriad, sans-serif;
}

table.details {
  border-collapse: collapse;
}
table.details th {
  text-align: left;
  vertical-align: baseline;
  background: #d9e8ff;
  color: #005a9c;
  border-bottom: 2px solid #005a9c;
  white-space: nowrap;
}
table.details td {
  background: #f0f6ff;
  vertical-align: bottom;
}
table.details th, table.details td {
  padding: 0.25em 0.75em;
}
.notes {
  font-size: 90%;
}
.notes .header {
  margin-bottom: 0.5em;
}
.notes ol {
  margin-top: 0.5em;
}
