.member {
  color: #555;
  /*font-size: 12px;*/
  text-align: center;
  padding-bottom: 20px;
  width: 240px;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}
.member img{
  height: 200px;
  width: 190px;
  /*border-radius: 150px;*/
  border: 3px solid #FFF;
  box-shadow: 0 0 7px 0px #AAA;
}

.bio{
  margin-top: 10px;
}

.student-content small {
  margin-top:20px;
  margin-bottom:20px;
  display:block;
}

.student-content h4 {
  margin-top:15px !important;
}

