/* @override http://localhost:3000/stylesheets/about.css */

#bios {
  margin-top: 1.2em;
}

#bios h2.banner {
  text-align: left;
  font-size: 240%;
  font-weight: bold;
  margin-bottom: 0.6em;
}

#bios .bio {
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  clear: both;
}

#bios .photo img {
  display: block;
  float: left;
  margin-right: 1em;
  padding: 5px;
  border: 1px solid #dedede;
  width: 80px;
  height: 80px;
}

#bios .text,
#bios h3,
#bios .position {
}

#bios .position {
  margin-bottom: 0.6em;
  font-size: 92%;
  color: #666;
}

#bios h3 {
  font-family: helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 0.3em;
  font-size: 120%;
  color: #222;
}

#bios .text {
  line-height: 1.6em;
  font-size: 92%;
}