body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

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

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

.name {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 12px 0;
}

.photo {
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
}

.heading {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  margin: 34px 0 14px 0;
}

.pub-title {
  font-weight: 500;
}

.pub-venue {
  color: #666;
}

.news-date {
  color: #999;
  white-space: nowrap;
  padding-right: 16px;
  vertical-align: top;
}

.news-item {
  padding-bottom: 8px;
  vertical-align: top;
}
