.column {
  float: left;
  width: 33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



th, td {
  text-align: center;
  padding-left: 0.4em;
  padding-right: 0.4em;}

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

img {
  -webkit-filter: drop-shadow(10px 10px 10px #111111);
  filter: drop-shadow(10px 10px 10px #111111);
  margin-bottom: 5px
}
img.logo {
  -webkit-filter: drop-shadow(0px 0px 0px #111111);
  filter: drop-shadow(0px 0px 0px #111111);
  margin-bottom: 5px
}


html table { font-size: small; }
html .tablenotes { font-size: small; margin-top: 5px; margin-left: 15px; margin-right: 15px; font-style: italic;}

html { background-color: #252a34; color: #eaeaea; }
a { color: #55C3C8; }
a:visited { color: #3E8E91; }
a:hover { color: #4DB1B6; }
body > header > h1 > a,
body > header > a { text-decoration: none; color: white }
body > header > h1 > a:visited,
body > header > a:visited { color: white; }
header > time { color: darkgrey; }


html {
  max-width: 43rem;
  margin: 0 auto;
  padding: 1em;
  font: 1rem / 1.5 sans-serif;
}
body { margin: 0; }
img, table { margin: 0 auto; }
table { border-collapse: collapse; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; text-align: center; font-size: small; }
blockquote { margin: 1em 1.5em 1em 0.5em; padding-left: 1em; border-left: 1px solid lightgrey; }
sub, sup { line-height: 0; }
hr { border: 0; border-top: 1px solid; }
h1, h2, h3, h4, h5, h6 { line-height: 1.2; }
body > header > h1 { margin-bottom: 2rem; text-align: center; }
body > header > h1 > a { text-decoration: none; color: white }
body > header > a { display: block; margin-block-start: 0.67em; margin-block-end: 1em; text-align: center; font-size: 2em; font-weight: bold; text-decoration: none; line-height: 1.2; }
body > header a:visited { color: white; }
article > header { margin-bottom: 2rem; }
article > header > h1 { margin-bottom: 0; }
article h1 { font-size: 2rem; }
header > time { display: block; color: grey; }

.footnotes { margin: 0; font-size: small; }
