body {
  margin: 40px auto;
  max-width: 900px;
  line-height: 1.5;
  font-size: 14px;
  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: 0.5%;
  width: 83%;
  vertical-align: top;
}

.photo {
  padding-left: 0.5%;
  padding-top: 2.5%;
  width: 17%;
  max-width: 25%;
}

.pub-photo {
  padding-left: 0.5%;
  padding-right: 2.5%;
  width: 20%;
  max-width: 20%;
}

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

.pub-title {
  font-size: 1.17em;
  font-weight: 550;
}

.pub-bold {
  font-weight: 550;
}

.pub p {
  line-height: 1;
}

.pub ul {
  line-height: 1;
  padding-left: 0;
}

ul {
  padding-left: 20px;
}

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

ul.publications {
  padding-left: 0;
}