html {
  font-size: 100%;
}

/**
 * From
 * http://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/
 */
html {
  font-family:
    -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", sans-serif;
}

body {
  margin: 0;
  padding: 1em;
  color: #020202;
  font-weight: normal;
  font-size: 100%;
  background-color: white;
  min-width: 500px;
}

h1 {
  font-size: 200%;
  margin: 0 1em;
  font-weight: normal;
  line-height: 1.3;
}

p {
  margin: 0.5em 0;
}

code {
  font-family: monospace, serif;
  color: #020202;
}

img {
  border: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 90%;
  text-align: left;
  margin-bottom: 1em;
}

th, td {
  padding: 0.3em 0.5em;
  border-bottom: 1px solid #020202;
}

th {
  font-weight: bold;
}
th:nth-child(1) {
  /*width: 30%; should use the remaining */
}
th:nth-child(2) {
  width: 15%;
}
th:nth-child(3) {
  width: 15%;
}
th:nth-child(4) {
  width: 15%;
}
th:nth-child(5) {
  width: 15%;
}

a {
  color: #0e3a73;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #1351a4;
}

header {
  border: 0;
  outline: none;
  margin: 0 0 1em 0;
  text-align: center;
}

header p {
  font-weight: normal;
  font-size: 18px;
}
