.memberlistprofile {
display: inline-table;
 box-sizing: border-box;
 width: 15rem;
 margin: 3px;
 border: 1px solid #D5EDF0;
 text-align: center;
 /*!  */
 border-radius: .5rem;
 height: 6rem;
 background: #fff;
padding-top: 15px;
/*! text-decoration: aqua; */
}

.memberlistname {
font-family: Tahoma;
font-size: 14px;
 letter-spacing: 0.1rem;
 text-transform: uppercase;
 text-align:center;
 margin-top: -10px;
 cursor:pointer;
}
.memberlistbio {
 margin-bottom: 1rem;
 font-size: 1rem;
 font-family: Georgia, serif;
background: #f5f5f5;
margin-top:-15px;    

}
.memberlist_avatar {
    height: 120px;
       width: 120px;
       overflow: hidden;
       /*! padding: 4px; */
       border: 5px solid #444;    
       margin-top:-15px;
      border-radius: 50% 0;
    -moz-border-radius: 50%;
   -webkit-border-radius: 50%;  
    margin-top: 1px;
    }

.memberlist_avatar img {
   box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1), 0 2px 10px 0 rgba(0,0,0,0.1);
   width: 130px;
   height: 130px;
   border-radius: 50% 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;  
   margin-top:-6px;
   margin-left:-2px;
}

.memberlist_avatar img:hover {
   -moz-transition: all 1.0s ease-in-out;
   -webkit-transition: all 1.0s ease-in-out;
   -o-transition: all 1.0s ease-in-out;
   -ms-transition: all 1.0s ease-in-out;
   transition: all 1.0s ease-in-out;
   -moz-transform: rotate(360deg);
   -webkit-transform: rotate(360deg);
   -o-transform: rotate(360deg);
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
}

h4 {
 font-family: source-sans-pro, sans-serif;
 color: #6EE6E8;
 font-weight: 100;
 font: 2rem/4.5rem "Kite One";
 padding: 0 1.5rem;
 opacity: .5;
}

.infothead{
    border-top: 1px solid #fff;
    padding: 6px;
        background:#444;
    color: #f1f1f1;
}

@media only screen and (max-width:970px) {

.memberlistprofile {float: left;width: 100%; text-align: center;}
		
		
		
		