.widget_author_avatars .author-list {
	text-align: left;
	padding-left: 10px;
 /* background-color: #f6f6f6;
  border: 1px solid #ccc; */
  margin-bottom: 20px;
}
.widget_author_avatars .author-list .user {
	padding: 0.2em;
	display: inline-block;
	vertical-align: top;
	/* IE 7 */
	zoom: 1;
	*display: inline;
}
.widget_author_avatars .author-list .with-name {
	display: block;
}
.widget_author_avatars .author-list .user .name {
	display: block;
	margin-left: 100px;
	margin-top: -70px;
	padding-bottom: 70px;
	font-size: 16px;
	font-weight:bolder;
	
	
}
.widget_author_avatars .author-list .with-biography {
	text-align: left;
	margin-bottom: 0.5em;
	clear: left;
}
.widget_author_avatars .author-list .with-biography .name {
	font-size: 1.1em;
}
.widget_author_avatars .author-list .with-biography .avatar {
	float: left;
	/*  margin: 0.2em 0.3em 0.2em 0; */
}
.widget_author_avatars .author-list .avatar img {
	float: none !important; /* is set to left on some themes */
}
.widget_author_avatars .author-list .show_last_post {
	display: block;
	margin-left: 100px;
	margin-top: -70px;
	padding-bottom: 5px;
	font-size: 14px;
	font-style: normal;
	border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: black
	
}