.memberlistprofile {
    display: inline-table;
    box-sizing: border-box;
    width: 18rem;
    border: 1px solid #e4eced;
    text-align: center;
    color: #444;
    border-radius: .5rem;
    height: 6rem;
    background: #565d4f;
    margin-bottom: 35px;
    margin-left: 35px
}

.memberinfo {
	font-size: 12px;
    margin-top: -20px;
    color: #ebebeb;
}

.memberlistname {
    font-size: 36px;
    text-align: center;
    cursor: pointer;
	font-family: 'Alex Brush';
}

.memberlisttext {
	text-align: left;
    width: 50%;
}

.memberlistprofiletext {
	overflow-y: scroll;
	text-align: justify;
    font-size: 12px;
	height: 140px;
	padding: 0px 5px;
}

.memberlistprofiletext::-webkit-scrollbar,
.scrollable::-webkit-scrollbar,
.memberlistfacts::-webkit-scrollbar{
  display: none;
}

.memberlistfacts {
	padding: 5px 10px;
    overflow-y: scroll;
	font-size: 12px;
}

.memberlistshortfacts {
}

.memberlistbio {
    font-size: 12px;
    background:#1e2d2a;
    margin-top: -15px;
    color: #ebebeb;
}

.memberlistbio i {
    margin-top: -2px
}

.memberlist_avatar {
    width: 20%;
    padding: 4px;
    -moz-border-radius: 9px 0px 9px 0px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,1);
}


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: #1e2d2a;
    color: #c7c7c7;
    height: 25px;
    margin-top: 10px;
}

.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
    }