body {
  font-size: 16px;
  font-family: -apple-system,
               BlinkMacSystemFont,
               "Segoe UI",
               Roboto,
               Helvetica,
               Arial,
               sans-serif;
  line-height: 1.5;
  padding: 0px 10px 5px;
}

table {
  width: 100%;
  border-collapse: collapse;
  font: 0.85em Monaco, monospace;
}
tr.even {
  background-color: #eee;
}
th {
  text-align: left;
}
th, td {
  padding: 0.25em 0.5em;
}

.content-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.version-wrapper {
  line-height: 2.25em;
  float: right;
}
#version {
  font-size: 1em;
}

address {
  text-align: right;
}