.member .namecard img {
  width: 56px;
  height: 56px;
  vertical-align: middle;
  margin-right: 15px;
}

img.circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
