.memberlistprofile {
    display: inline-table;
    box-sizing: border-box;
    width: 15rem;
    border: 1px solid #e4eced;
    text-align: center;
    color: #444;
    border-radius: .5rem;
    height: 6rem;
    background: #565d4f;
    margin-bottom: 35px;
    margin-left: 35px
}

.memberlistname {
    font-size: 25px;
    text-align: center;
    margin-top: -10px;
    cursor: pointer;
    text-shadow: 0px 1px 0px #bd9bff;
}

.memberlistbio {
    margin-bottom: 1rem;
    font-size: 14px;
    background:#43444f;
    margin-top: -15px;
    color: #f5f5f5;
}

.memberlistbio i {
    margin-top: -2px
}

.memberlist_avatar {
    
    padding: 4px;
    border-radius: 12px 0px 12px 0px;
    -moz-border-radius: 9px 0px 9px 0px;
   -webkit-border-radius: 20px 0px 20px 0px;
}

.memberlist_avatar img {
    
}

.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: 'Alex Brush';
    color: #6EE6E8;
    font-weight: 100;
    font: 2rem/4.5rem "Kite One";
    padding: 0 1.5rem;
    opacity: .5
}

.infothead {
    border-top: 2px solid #43444f;
    ;padding: 4px;
    background: #43444f;
    color: #c7c7c7;
    border-radius: .4rem;
    border-top-right-radius: .0rem;
    border-top-left-radius: .0rem;
    height: 25px
}

.float-left {
    display: inline-block;
    float: left
}

.float-right {
    display: inline-block;
    float: right
}

@media only screen and (max-width: 728px) {
    .memberlistprofile {
        float:left;
        width: 100%;
        text-align: center;
        margin-top: 10px
    }