.member-profile {
  position: relative;
  background-color: #eee;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
}

.member-profile h2 {margin: 0 0 .5em 0;}

.member-profile dl {
  position: relative;
  height: 32px;
  width: 200px;
  margin: 0
  padding-bottom: 10px;
}

.member-profile dt {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 11px;
  color: #666;
}

.member-profile dd {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
}

.member-name, .member-organization, .member-type {float: left;}

dl.member-bio {
  width: 100%;
  clear: both;
  height: auto;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 20px
}

dl.member-bio dt, dl.member-bio dd {position: relative;}