/**************
 USER PICTURE
***************/
.tmw_template {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    transition: all .25s ease-in-out;
}
.tmw_template .tmw_photo_wrapper {
    overflow: hidden;
}
.tmw_template .tmw_photo_wrapper .photo {
    width: 100%;
    height: 100%;
}
.tmw_template .tmw_photo_wrapper .photo img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: all .5s ease-out;
}
/**************
 USER CONTENT
***************/
.tmw_template .tmw_template_content {
    padding: 15px 0px;
	text-align:center;
}
.tmw_template .member_name {
    display: block;
    margin-bottom: 0.2em;
    font-size: 1.2em;
    font-weight: 700;
}
.tmw_template .member_role {
	display: block;
    margin-bottom: 1em;
    font-size: .9em;
    opacity: .8;
    filter: alpha(opacity=50);
}

/**************
 ICONS
***************/
.tmw_template .member_icons {
    border-top: 1px solid rgba(0,0,0,.05);
    padding: 14px 0px 14px 0px;
	text-align:center;
}
.tmw_template .member_icons a:first-child {
    margin-left: 0;
}
.tmw_template .member_icons a {
    display: inline-block;
    text-align: center;
    line-height: 1;
}
.tmw_template .member_display_icon {
    padding: 5px;
}
.tmw_template .member_icons a+a {
    margin-left: 0.8em;
}