body {
  font-family: sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 20px;
}
h1 {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1em;
}
table {
  width: 100%;
}
table th {
  text-align: left;
}
table th hr {	
  height: 1px;
  border: 0;
}
table td {
  border-top: 1px dotted #ccc;
  padding: 4px 0;
}
