h1 {
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  text-wrap: balance;
}

h2 {
  font-family: "Palatino", serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: normal;
}

h3 {
  font-family: "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}

h4 {
  font-family: Palatino, serif;
  font-size: 1rem;
  font-weight: bold;
}

h5 {
  font-family: "Courier New", monospace;
  font-size: 0.833rem;
  font-weight: bold;
  margin-left: 0.833rem;
  margin-top: -0.3rem;
  margin-bottom: -0.6rem;
  padding-top: 0rem;
}

body {
  font-family: Palatino, serif;
  max-width: 36rem;
  margin-top: 3rem;
  margin-left: max(min(6rem, calc((100vw - 36rem) / 2)), 1rem);
  margin-right: 1rem;
  margin-bottom: 3rem;
}

code, pre {
  font-family: "Courier New", monospace;
  font-size: 0.833rem;
}

figure {
  margin-left: 0rem;
  margin-right: 0rem;
}

pre {
  background: #e5e5e5;
  padding: 0.833rem;
  width: max-content;
  min-width: 34.2rem;
  max-width: calc(100vw - 12rem);
  overflow-x: auto;
}

li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: baseline;
  width: 100%;
  row-gap: 1rem;
  column-gap: 2rem;
}

header {
  display: flex;
  justify-content: space-between;
  font-family: "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  column-gap: 1rem;
}

div.member {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 2rem;
  margin-top: 1.5rem;
}

div.memberitem {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 16rem;
}

header a {
  width: 7em;
  text-align: center;
  padding-top: 0.375em;
  padding-bottom: 0.25em;
}

a:link, a:visited, a:active {
  color: #0471b9;
  text-decoration: none;
}

header a:link, header a:visited, header a:active {
  color: #ffffff;
  background: #0471b9;
}

header a:hover {
  background: #0c8636;
  color: #ffffff;
}

header a.current {
  background: #0c8636;
  color: #ffffff;
}

blockquote {
  margin-left: 0.833rem;
  margin-right: 0.833rem;
}

footer a:link, footer a:visited, footer a:active, footer a:hover {
  background-color: transparent;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

p {
  overflow: auto;
}

b.member {
  font-family: "Helvetica", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
}

hr.research {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

iframe[src*=youtube] {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 1rem;
}

html {
    visibility: visible;
    opacity: 1;
}
