
body {
  font-family: "open sans", sans-serif;
  width: 60%;
  min-width: 800px;
  margin: 1em auto;
}

p.title {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin: 2.5em auto 2.5em auto;
}

table.tablelist {
  margin: 2em auto 0.5em auto;
  border-spacing: 0;
}

p {
  line-height: 150%;
}

table.tablelist tr:nth-child(odd) {
  background-color: #eee;
}

table.tablelist td:first-child {
  white-space: nowrap;
}

table.tablelist td {
  padding: 0.5em 0.5em;
}
