/*
	Compact CSS
*/ 

.member_wrap {position:relative; font-size:.95em;}
img.member-img-preview {width:65px;height:83px;margin-right:12px;border:1px solid #C0C0C0}
.member_details {position:absolute;bottom:0;left:80px;line-height:18px}
.member_details h3 {font-size:1.1em;margin:0;margin-top:-5px;margin-bottom:-5px !important;}
.member_title{margin-bottom:10px;}
.member_about {display:none;}
.mem_attribute {margin-bottom:-5px !important;float:left;}
.separator {border-bottom:0px solid #eee;margin-bottom:2px}

.rtl .member_details {max-width:300px;bottom:5px;right:100px;direction:rtl !important;text-align:right !important;}
.rtl .member_details span {display: inline-block;float:right}

@media screen and (max-width: 405px) {
	
.member_details {position:relative;top:10px;left:0;clear:both}
.member_about {margin-top:15px;}
.rtl .member_details {right:90px;}
}

/* Hide post nav in tg_members*/
.single-tg_members .nav-single, 
footer.entry-meta, 
.continue {
	display:none;
	}
