html {
  background-color: #a68463;
  background-image: url("Cell.png?v=2.4.29");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body {
  margin: 0;
  padding: 22px 12px 42px 12px;
  background: transparent;
  color: #101010;
  font-family: "MS Sans Serif", "Microsoft Sans Serif", Tahoma, Geneva, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42;
  text-rendering: optimizeSpeed;
  font-smooth: never;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
}

#page {
  position: relative;
  width: 704px;
  max-width: 100%;
  margin: 0 auto;
  padding: 17px 22px 12px 22px;
  background: #ffffff;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #66665f;
  border-bottom: 1px solid #66665f;
  box-shadow: 1px 1px 0 #5e4124;
}

#page::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.022) 0,
      rgba(0, 0, 0, 0.022) 1px,
      rgba(255, 255, 255, 0.015) 1px,
      rgba(255, 255, 255, 0.015) 2px
    ),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2' seed='17' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='96' height='96' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E");
  opacity: 0.09;
  mix-blend-mode: multiply;
}

#page > * {
  position: relative;
  z-index: 3;
}

#page p,
#page li,
#page td,
#page th,
#page caption,
#page figcaption,
#page a,
#page h1,
#page h2,
#page h3,
#page strong,
#page .subtitle,
#page #footer {
  text-shadow: 0.28px 0 rgba(0, 0, 0, 0.42);
  filter: url("#rough-text");
}

#header h1 {
  margin: 0;
  font-family: Fixedsys, "Terminal", "MS Sans Serif", "Microsoft Sans Serif", Tahoma, sans-serif;
  font-size: 22px;
  line-height: 1.12;
  font-weight: normal;
  letter-spacing: 0;
}

.subtitle {
  margin: 3px 0 13px 0;
  color: #383832;
  font-size: 11px;
}

#navigation {
  padding: 4px 0 5px 0;
  font-size: 11px;
  white-space: normal;
}

hr {
  height: 2px;
  margin: 11px 0 15px 0;
  border: 0;
  border-top: 1px solid #696963;
  border-bottom: 1px solid #ffffff;
}

.section {
  margin: 0 0 22px 0;
}

h2 {
  margin: 0 0 7px 0;
  font-family: Fixedsys, "Terminal", "MS Sans Serif", "Microsoft Sans Serif", Tahoma, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

p {
  margin: 0 0 9px 0;
}

.about-subsection {
  margin-top: 11px;
  padding-left: 2em;
}

.about-subsection:first-of-type {
  margin-top: 0;
}

.about-subheading {
  margin: 0 0 5px 0;
  font-family: Fixedsys, "Terminal", "MS Sans Serif", "Microsoft Sans Serif", Tahoma, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: normal;
}

.about-interest-list {
  margin-top: 0;
}

.about-history {
  width: 100%;
  border-collapse: collapse;
}

.about-history td {
  padding: 6px 8px 6px 0;
  vertical-align: top;
  border-top: 1px solid #b8b8b1;
}

.about-history tr:last-child td {
  border-bottom: 1px solid #b8b8b1;
}

.about-period {
  width: 82px;
  color: #383832;
  font-size: 10px;
  white-space: nowrap;
}

.about-institution {
  color: #44443e;
  font-size: 10px;
}

a:link {
  color: #0000bb;
  text-decoration: underline;
}

a:visited {
  color: #551a8b;
}

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

ul {
  margin: 4px 0 0 20px;
  padding: 0;
}

li {
  margin: 0 0 3px 0;
}

.research-table {
  width: 100%;
  border-collapse: collapse;
}

.research-table td {
  padding: 7px 9px 7px 0;
  vertical-align: top;
  border-top: 1px solid #b8b8b1;
}

.research-table tr:last-child td {
  border-bottom: 1px solid #b8b8b1;
}

.research-table .year {
  width: 50px;
  color: #383832;
  font-size: 10px;
}

.entry-list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.entry-window,
.entry-window:link,
.entry-window:visited {
  position: relative;
  isolation: isolate;
  display: block;
  padding: 10px 12px;
  color: #101010;
  text-decoration: none;
  background: #f1f1eb;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #777770;
  border-bottom: 1px solid #777770;
  box-shadow: 1px 1px 0 #b8b8b1;
}

.entry-window:hover,
.entry-window:focus-within {
  color: #101010;
  background: #e8e8e1;
  outline: 1px dotted #202020;
  outline-offset: -4px;
}

.entry-window-meta,
.entry-window-summary,
.entry-window-authors,
.entry-window-action {
  display: block;
}

.entry-window-meta {
  margin-bottom: 3px;
  color: #44443e;
  font-size: 9px;
  text-transform: uppercase;
}

.entry-window-heading {
  margin: 0;
  color: #101010;
  font: inherit;
  font-weight: bold;
  text-decoration: none;
}

.entry-window-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
}

#page .entry-window-overlay {
  filter: none;
  text-shadow: none;
}

.entry-window-summary {
  margin: 4px 0 0 0;
}

.entry-window-authors {
  margin: 4px 0 0 0;
  color: #383832;
  font-size: 10px;
}

.entry-window-action {
  margin-top: 5px;
  color: #0000bb;
  font-size: 10px;
  text-decoration: underline;
}

.entry-window-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 7px;
}

.entry-window-button,
.entry-window-button:link,
.entry-window-button:visited {
  display: inline-block;
  padding: 3px 7px;
  color: #0000bb;
  font-size: 10px;
  line-height: 1.3;
  text-decoration: none;
  background: #dcdcd5;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #686861;
  border-bottom: 1px solid #686861;
}

.entry-window-button:hover,
.entry-window-button:focus {
  color: #bb0000;
  background: #eeeeE8;
}

.entry-window-read,
.entry-window-doi {
  position: relative;
  z-index: 2;
}

.detail-eyebrow {
  margin-bottom: 4px;
  color: #44443e;
  font-size: 9px;
  text-transform: uppercase;
}

.detail-title {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.25;
}

.detail-meta {
  padding-bottom: 9px;
  border-bottom: 1px solid #b8b8b1;
  color: #383832;
}

.detail-abstract {
  margin-top: 13px;
}

.detail-abstract h3 {
  margin: 0 0 7px 0;
  font-family: Fixedsys, "Terminal", "MS Sans Serif", "Microsoft Sans Serif", Tahoma, sans-serif;
  font-size: 13px;
  font-weight: normal;
}

.detail-abstract p {
  line-height: 1.55;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding-top: 9px;
  border-top: 1px solid #b8b8b1;
}

.data-table-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin-top: 14px;
}

.data-table-wrap {
  min-width: 0;
  overflow-x: auto;
}

.data-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 1px solid #101010;
  border-bottom: 1px solid #101010;
  font-size: 8px;
  font-variant-numeric: tabular-nums;
}

.data-table caption {
  min-height: 2.6em;
  padding: 0 0 4px 0;
  color: #101010;
  font-size: 9px;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
}

.data-table thead {
  border-bottom: 1px solid #101010;
}

.data-table thead tr {
  height: auto;
}

.data-table tbody tr {
  height: 0.2cm;
}

.data-table th,
.data-table td {
  overflow: hidden;
  padding: 0 3px;
  border: 0;
  text-overflow: clip;
}

.data-table th {
  height: auto;
  padding-top: 0.025cm;
  padding-bottom: 0.025cm;
  font-weight: bold;
  line-height: 0.2cm;
  vertical-align: middle;
  white-space: normal;
}

.data-table td {
  height: 0.2cm;
  font-weight: normal;
  line-height: 0.2cm;
  white-space: nowrap;
}

.data-table-compact th:first-child,
.data-table-compact td:first-child {
  width: 38%;
}

.data-table-compact th:not(:first-child),
.data-table-compact td:not(:first-child) {
  width: 31%;
}

.data-table th:first-child,
.data-table td:first-child {
  text-align: left;
}

.data-table th:not(:first-child),
.data-table td:not(:first-child) {
  text-align: right;
}

.data-table-wide {
  min-width: 640px;
}

.caption-number {
  font-weight: bold;
}

.figure-gallery {
  display: grid;
  gap: 10px;
  width: 100%;
  margin-top: 14px;
}

.figure-row {
  display: grid;
  gap: 8px;
  width: 100%;
}

.figure-row-one {
  grid-template-columns: minmax(0, 1fr);
}

.figure-row-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.figure-row-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.figure-card {
  min-width: 0;
  margin: 0;
}

.figure-card a {
  display: block;
  text-shadow: none;
  filter: none;
}

.figure-card img {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #b8b8b1;
}

.figure-card figcaption {
  margin-top: 3px;
  color: #44443e;
  font-size: 9px;
  line-height: 1.25;
  text-align: center;
}

.email-line {
  line-height: 1.75;
}

.obfuscated-email {
  font-family: "Courier New", Courier, monospace;
  overflow-wrap: anywhere;
}

.email-char {
  font-style: normal;
  font-weight: normal;
}

.email-uppercase {
  font-style: italic;
}

.email-token {
  font-weight: bold;
}

.email-visual > .email-char:nth-child(5n + 1) {
  color: #00853e;
}

.email-visual > .email-char:nth-child(5n + 2) {
  color: #0057b8;
}

.email-visual > .email-char:nth-child(5n + 3) {
  color: #9a7900;
}

.email-visual > .email-char:nth-child(5n + 4) {
  color: #7a3db8;
}

.email-visual > .email-char:nth-child(5n + 5) {
  color: #c45100;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.small {
  color: #44443e;
  font-size: 10px;
}

#footer {
  color: #44443e;
  font-size: 9px;
  line-height: 1.45;
  text-align: center;
}

#footer p {
  margin: 1px 0;
}

#footer .last-updated,
#footer .site-version {
  font-family: "Courier New", Courier, monospace;
}

@media screen and (max-width: 600px) {
  html {
    background-attachment: scroll;
  }

  body {
    padding: 10px 6px 18px 6px;
  }

  #page {
    width: auto;
    padding: 15px;
  }

  #navigation {
    line-height: 1.75;
  }

  .detail-title {
    font-size: 17px;
  }

  .entry-window-actions {
    gap: 5px;
  }

  .entry-window-button {
    padding-right: 6px;
    padding-left: 6px;
  }

  .data-table-grid {
    gap: 6px;
  }

  .data-table caption {
    font-size: 8px;
  }

  .data-table th,
  .data-table td {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 7px;
  }

  .figure-gallery {
    gap: 7px;
  }

  .figure-row {
    gap: 5px;
  }

  .figure-card figcaption {
    font-size: 8px;
  }
}
