main {
  width: 80%;
}
body {
  font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
  /* font-family: 'Lato', helvetica, sans-serif; */
  margin: 30px 10%;
  /* padding: 0%, 10%; */
}
h1, h2 {
  font-family: 'Roboto Condensed';
  color: #888888;
  padding: 0%, 10%;
}
a {
  font-weight: bold;
  color: black;
  text-decoration: none;
}
a:hover {
  /* text-decoration: underline; */
  background: #eeeeee;
}
td {
  padding: 10px;
}
hr {
  /* display: block; */
  margin-top: 3em;
  /* margin-bottom: 0.5em; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* border-style: inset; */
  /* border-width: 1px; */
  /* content: "§"; */
  color: #bbb;
}

/* table col:nth-child(1) { width: 25%; }
table col:nth-child(2) { width: 25%; }
table col:nth-child(3) { width: 25%; }
table col:nth-child(4) { width: 25%; } */

/* font: italic small-caps bold 20px Georgia, Garamond, serif; */