.widget_author_avatars .author-list {
	text-align: center;
}

.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: inline-block;
	margin-bottom: 8px;
	width: 120px;
}

.widget_author_avatars .author-list .user .name {
	display: block;
	font-size: 12px;
	font-weight: 600;
	width: 120px;

	/* ascundere nume lungi  */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.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 */
	border: 0;
	vertical-align: middle;
	border-radius: 50%;
	max-width: 100%;
}

.linkPaginaTotiAutorii {
	color: white !important;
	font-size: 24px;
	font-weight: 600;
	padding: 7px 50px;
	background: #dbac14;
	border-radius: 25px;
	margin: 30px 0 15px;
	margin-top: 20px;
	display: inline-block;
}