body {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #000;
  background: #ffffff;
}

table, td, p, a, li {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
}

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

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

h1 {
  font-size: 22px;
  font-weight: normal;
}

h2 {
  font-size: 22px;
  font-weight: normal;
}

strong {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-weight: 700;
}

em {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-style: italic;
}

.name {
  font-size: 32px;
  padding-top: 20px;
}

.name-zh {
  font-size: 20px;
  color: #666;
  font-weight: 300;
  margin-left: 6px;
}

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

.highlight {
  background-color: #ffffd0;
}

.oral {
  color: red;
  font-weight: 700;
}

.one {
  width: 160px;
  height: 160px;
  position: relative;
}

.two {
  width: 160px;
  height: 160px;
  position: absolute;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}

.fade {
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}

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

.teaser-img {
  width: 100%;
  max-width: 180px;
  height: auto;
  border-radius: 4px;
  display: block;
}

.school-logo {
  height: 32px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 10px;
}

.links-row i {
  font-size: 15px;
  margin-right: 2px;
}

@media (max-width: 640px) {
  .teaser-img {
    max-width: 120px;
  }
  .name { font-size: 26px; }
}
