.mlist-container{	   
	background: #e3e3e3;
    position: relative;
    padding-top: 15px;}

.mlist-container .username{
    width: 100%;
    text-align: center;
    font-family: 'TCCM';
    letter-spacing: 3px;
    font-size: 30px;
    text-transform: uppercase;
    opacity: 0.8;
}

.mlist-container .member{    
    width: 100%;
    margin: auto;
    z-index: 1;
    position: relative;
}

.mlist-container .member .member-left{width: 430px;}


.mlist-container .member .member-left .mlist_scroll{width: 90%;
    text-align: justify;
    height: 210px;
    overflow: auto;
	padding: 15px;}
.mlist-container .member .member-mid{
	width: 250px;
	padding: 10px;
	background: #d1d1d1;

}
.mlist-container .member .member-right{width: 430px;}

.mlist_titel{    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
	padding: 5px;}



.mlist_username{
    width: 100%;
    text-align: center;
    font-family: 'TCCM';
    letter-spacing: 3px;
    font-size: 17px;
    text-transform: uppercase;
}

		