a {
  color: #1772d0;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #f09228;
  text-decoration: none;
}

body {
  margin: 0;
  color: #222;
  background: #fff;
}

body,
td,
th,
tr,
p,
a {
  font-family: Lato, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

strong {
  font-family: Lato, Verdana, Helvetica, sans-serif;
  font-size: 14px;
}

h2 {
  margin: 0 0 12px;
  font-weight: normal;
  font-family: Lato, Verdana, Helvetica, sans-serif;
  font-size: 22px;
}

p {
  margin: 0 0 14px;
}

main {
  width: 100%;
}

.page-table {
  width: 100%;
  max-width: 950px;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
  margin-right: auto;
  margin-left: auto;
}

.intro-table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
  margin-right: auto;
  margin-left: auto;
}

.intro-copy {
  padding: 2.5%;
  width: 70%;
  vertical-align: middle;
}

.portrait-cell {
  padding: 2.5%;
  width: 30%;
  max-width: 30%;
}

.portrait {
  width: 80%;
  max-width: 80%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  margin-left: 10px;
}

.name {
  padding-top: 20px;
  margin: 0 0 18px;
  font-family: Lato, Verdana, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.2;
  text-align: left;
}

.links {
  text-align: center;
}

section {
  padding: 16px 24px;
}

.item-table {
  width: 100%;
  border: 0;
  border-spacing: 0 10px;
  border-collapse: separate;
  margin-right: auto;
  margin-left: auto;
}

.date {
  width: 20%;
  min-width: 72px;
  padding-right: 16px;
  color: #555;
  vertical-align: top;
  white-space: nowrap;
}

.project-media {
  width: 20%;
  padding: 0 16px 0 0;
  vertical-align: middle;
}

.project-media img {
  width: 160px;
  height: 160px;
  max-width: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.project-copy {
  width: 80%;
  vertical-align: middle;
}

.publication-table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
  margin-right: auto;
  margin-left: auto;
}

.project-item {
  display: grid;
  grid-template-columns: minmax(220px, 300px) 1fr;
  gap: 18px 28px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #e6e0d5;
}

.project-item > td {
  display: block;
  padding: 0;
  vertical-align: top;
}

.project-item .one {
  width: 100%;
  max-width: 300px;
  height: auto;
  position: relative;
  line-height: 0;
}

.project-item .one img,
.project-item .one video {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e6e0d5;
  border-radius: 8px;
}

.project-item .one img.contain-img {
  object-fit: initial;
}

.project-item p {
  margin: 11px 0 0;
  padding: 8px 13px;
  color: #4a4742;
  background: #f6f2eb;
  border-left: 3px solid #d3cabb;
  border-radius: 0 6px 6px 0;
  font-size: 14px;
  line-height: 1.45;
}

.project-item em {
  color: #555;
  font-style: normal;
}

.papertitle {
  font-family: Lato, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

footer {
  padding: 24px 16px 40px;
  color: #555;
  font-size: 12px;
  text-align: center;
}

footer a {
  font-size: 12px;
}

@media (max-width: 640px) {
  .intro-table,
  .intro-table tbody,
  .intro-table tr,
  .intro-table td,
  .project-list,
  .project-list tbody,
  .project-list tr,
  .project-list td {
    display: block;
    width: auto;
    max-width: none;
  }

  .intro-copy,
  .portrait-cell {
    padding: 16px;
  }

  .portrait-cell {
    max-width: 260px;
    margin: 0 auto;
  }

  .name {
    padding-top: 8px;
    font-size: 28px;
  }

  .project-media {
    padding: 0 0 12px;
  }

  .project-media img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .project-item {
    display: block;
    padding: 18px 0;
  }

  .project-item .one {
    max-width: none;
    margin-bottom: 12px;
  }
}
