html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

html {
  font-size: 100.01%;
}

body {
  background: #fff;
  color: #222;
  font: 87.5% Helvetica, Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
}

.container {
  width: 680px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: left;
}

h1, h2 {
  font-weight: normal;
  color: #111;
}

h1 {
  font-size: 2em;
  line-height: 1;
  margin: 0 0 0.25em;
}

h2 {
  font-size: 1.5em;
  line-height: 1;
  margin: 1em 0 0.25em;
}

p {
  margin: 0 0 1.2em;
}

a {
  color: #009;
  text-decoration: underline;
}

a:visited {
  color: #609;
}

a:focus,
a:hover {
  color: #000;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ul, ol {
  margin: 0 1.5em 1em 0;
  padding-left: 3.333em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li {
  margin-bottom: 0.45em;
}

.right {
  float: right;
  margin-left: 20px;
}

.portrait {
  width: 170px;
  min-height: 210px;
  border: 1px solid #ddd;
  object-fit: cover;
  background: #f8f8f8;
}

.photo-placeholder {
  width: 170px;
  min-height: 210px;
  border: 1px solid #ddd;
  background: #f8f8f8;
  color: #777;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  text-align: center;
}

.nav {
  margin: 0 0 2em;
}

.small {
  font-size: 0.9em;
  color: #555;
}

.tabs {
  margin: 0.5em 0 1em;
}

.tab-button {
  background: none;
  border: none;
  border-bottom: 1px solid #999;
  color: #009;
  cursor: pointer;
  font: inherit;
  padding: 0;
  margin-right: 1.2em;
  text-decoration: none;
}

.tab-button:hover,
.tab-button.active {
  color: #000;
  border-bottom-color: #000;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.bib-list li {
  margin-bottom: 0.75em;
}

.bib-status {
  color: #555;
}

@media screen and (max-width: 760px) {
  .container {
    width: auto;
    padding: 40px 20px;
  }

  .right {
    float: none;
    display: block;
    margin: 0 0 1.5em 0;
  }

  .portrait {
    width: 150px;
    min-height: 185px;
  }
}
