body {
  color: black;
  background-color: #dddddd;
  font-family: "trebuchet ms", sans-serif;
  font-size: 14px;
  margin-left: 75px;
  margin-right: 75px;
}
h1 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
td {
  text-align: left;
  vertical-align: top;
  color: black;
  background-color: transparent;
  padding-right: 3px;
}
p {
  text-align: justify;
}
.time {
  text-align: right;
  padding-left: 15px;
}
.main, .notes {
  padding-right: 50px;
}
.notes {
  vertical-align: bottom;
}
.compact {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: monospace;
}
.button {
  width: 135px;
}
