/* 36px */
h2 {
  font-size: 1.75em;
}

table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}

th, td {
  padding: .5em 1em;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

tr:nth-child(even) {
  background-color: #dfd9dd;
}

a:link {
  color: cornflowerblue;
}

a:visited {
  color: purple;
}

a:focus {
  color: black;
}

a:hover {
  color: green;
}

a:active {
  color: red;
}

/* -----------------------
Layout styles
------------------------*/

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}