<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: block;
}
.widget_author_avatars .author-list .user .name {
	display: block;
}
.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 */
}
</pre></body></html>