.memberlistprofile {
    display: inline-table;
    box-sizing: border-box;
    width: 15rem;
    border: 1px solid rgb(0, 0, 0);
    text-align: center;
    color: rgb(168,168,168);
    border-radius: .5rem;
    height: 20em;
    background: rgb(44, 44, 44);
	margin: 15px;
}

.memberlistname {
	margin-top:2.5px;
    margin-bottom: 5px;
	font-family: 'Montserrat';
    font-size: 18px;
	font-weight: bold;
    text-align: center;
}

.memberlistbio {
    margin-top: 10px;
    margin-bottom: 10px;
	padding: 5px;
    font-size: 12px;
    text-align: left;
    background: rgb(59, 59, 59);
	overflow: auto;
    height: 72px;
}

.infothead {
    padding: 4px;
	font-size: 11px;
    background: rgb(34, 34, 34);
    color: rgb(168,168,168);
	text-align: left;
}

.memberlist_avatar {
    height: 150px;
    width: 150px;
    overflow: hidden;
    padding: 4px;
    margin-top: -15px;
    border-radius: 50% 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.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: 150px;
    height: 150px;
    border-radius: 50% 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top: -6px;
    margin-left: -2px;
}