#search-results div#content{
  width: 950px;
}
#member-details{
  float: right;
  margin-bottom: 50px;
}
.wrapper{
  position: relative;
}
.wrapper div{
  position: absolute; bottom: 0; right: 0;
}
#member-details p{
  width: 250px;
  padding-left: 10px;
}
#member-details p.name{
  bottom: 63px;
  height: 50px; line-height: 50px;
  background-color: #00abb9;
  color: #FFF;
  font-size: 25px;
}
#member-details p.question{
  bottom: 0; 
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #000;
  color: #FFF;
}

#actions{ 
  float: left;
  width: 300px;
}
#actions h4{
  margin-top: 20px !important;
  color: #FFF !important;
}
#actions ul{
 padding: 0;
 margin: 0;
}
#actions li{
  list-style: none;
  margin-bottom: 5px;
}
#actions li.back{
  margin-top: 34px;
  margin-bottom: 25px;
}
#actions li a{
  padding-left: 15px;
  background: transparent url('../images/small-arrow.gif') center left no-repeat;
}
#actions li.back a{
  background-image: url('../images/small-arrow-back.gif');
}
  
.members-matching{
  float: right;
  width: 644px;
}
.members-matching ul{
  display: inline;
  margin-left: 0;
}
.members-matching ul li{ 
  float: left; width: 160px; height: 160px;
  border-right: 1px solid #000;
  margin-bottom: 30px;
}
.members-matching ul li a{ 
  width: 160px; height: 160px;
  color: #FFF !important;
}
.members-matching ul li span{ 
  display: block;
  width: 160px; height: 10px;
  text-align: center;
}