body {
  margin: 40px auto;
  max-width: 800px;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
  padding: 0 10px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

a {
  text-decoration: none;
  color: #0051c9;
}

a:visited {
  color: #0051c9;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

table {
  width: 100%;
  max-width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
}

.name {
  margin-bottom: 0.1rem;
}

.center {
  text-align: center;
}

table,
tr,
td {
  padding: 0;
}

.bio {
  padding-right: 2.5%;
  width: 63%;
  vertical-align: center;
}

.photo {
  padding-left: 2.5%;
  width: 30%;
  max-width: 30%;
}

.self-author {
  font-weight: 600;
}

.pub-title {
  font-size: 1.17em;
  font-weight: 600;
  color: #0051c9;
}

.pub p {
  line-height: 1;
}

ul {
  padding-left: 0;
}

.publications li {
  list-style-type: "";
  padding-bottom: 10px;
}