@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap");

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

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

body,
td,
th,
tr,
p,
a {
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  font-size: 15px;
}

body {
  background: #ffffff;
  margin: 0;
}

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

h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 12px;
}

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

.intro {
  padding: 2.5% 2.5% 2% 2.5%;
  vertical-align: middle;
  width: 64%;
}

.portrait-cell {
  padding: 2.5%;
  vertical-align: middle;
  width: 36%;
}

.portrait {
  border-radius: 10px;
  display: block;
  margin-left: auto;
  max-width: 100%;
  width: 240px;
}

.name {
  font-size: 32px;
  margin: 0 0 16px;
  padding-top: 10px;
  text-align: center;
}

.links {
  margin-bottom: 0;
  text-align: center;
}

.section td {
  padding: 0 2.5% 1%;
}

.publication-row td {
  border-bottom: 1px solid #efefef;
  padding: 16px 2.5%;
  vertical-align: top;
}

.highlight-row td {
  background: #fffff6;
}

.thumb-cell {
  width: 180px;
}

.content-cell {
  width: auto;
}

.papertitle {
  font-size: 15px;
  font-weight: 700;
}

.thumb {
  align-items: center;
  border-radius: 12px;
  color: #ffffff;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 108px;
  justify-content: center;
  line-height: 1.25;
  text-align: center;
  width: 160px;
}

.thumb-image {
  border-radius: 12px;
  display: block;
  height: 108px;
  object-fit: cover;
  width: 160px;
}

.thumb-blue {
  background: linear-gradient(135deg, #2356c4, #5c8df6);
}

.thumb-amber {
  background: linear-gradient(135deg, #ad5b00, #e29a37);
}

.thumb-green {
  background: linear-gradient(135deg, #157347, #49a76f);
}

.thumb-rose {
  background: linear-gradient(135deg, #a02852, #d9658f);
}

.thumb-slate {
  background: linear-gradient(135deg, #465a74, #7187a4);
}

.footer-note td {
  padding-top: 18px;
  padding-bottom: 36px;
}

@media (max-width: 800px) {
  .intro,
  .portrait-cell,
  .thumb-cell,
  .content-cell {
    display: block;
    width: 100%;
  }

  .portrait {
    margin: 0 auto;
    width: 220px;
  }

  .thumb,
  .thumb-image {
    margin-bottom: 14px;
    width: 100%;
  }

  .publication-row td {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
