body {
  font-family: Avenir, Helvetica Neue, Helvetica, Arial;
  font-size: 16px;
  padding-left: 12px;
  padding-top: 8px;
}

h1 {
  font-size: 19px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5;
}

h2 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 0em;
  margin-bottom: 0.8em;
}

a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  color: #8a5ed3;
}

img {
  border: none;
}

strong, b {
  font-weight: 500;
}

.uw {
  font-weight: 500;
  color: #652c90;
}

.p {
  margin-top: 0.5em;
}

/* --- */

#main {
  max-width: 760px;
  margin-left: 20px;
  margin-right: 15px;
}

.section {
  margin-bottom: 1.2em;
}

/* --- */

.header {
  margin-bottom: 1.0em;
}

.header .mark {
  font-size: 28px;
}

.header .mark a {
  font-weight: 400;
}

.header .mark a:hover {
  color: #000;
}

.header #title {
  font-size: 17px;
  font-weight: 100;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* --- */

.footer {
  margin-top: 1.0em;
  text-align: right;
  margin-bottom: 20px;
}

.footer a img:hover {
  box-shadow: 0px 0px 20px #8a5ed3;
}

/* --- */

.speaker {
  position: relative;
  margin-bottom: 0.8em;
  clear: both;
}

.speaker a:hover {
  color: #652c90;
}

.speaker .date {
  position: absolute;
  max-width: 60px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.speaker .info {
  margin-left: 64px;
}

.speaker .headshot {
  width: 50px;
  height: 62px;
  float: left;
  margin-right: 10px;
}

.speaker .title {
  font-weight: 600;
}
.speaker .name {
  font-weight: 500;
}

.speaker .affil {
  font-style: italic;
}

.section.date {
  font-style: italic;
}

.abstract > div, .bio > div {
  font-size: 15px;
  font-weight: 300;
}

.bio img {
  float: left;
  margin-right: 1em;
}

.video {
  font-style: normal;
}
