h4.comment-meta {
	position: relative;
}
.author-com-count {
	float: right;
}
#the-comment-list .author-com-count-no-pending {
	margin-right: 21px;
}

.column-commenters_count {
	width: 74px;
	text-align: center;
}
.column-commenters_count .author-com-count.author-com-count-no-pending {
	float: none;
}

/* Explicitly set font color with a specifity to override a too-broadly applied style (by Akismet). */
#the-comment-list .author .author-com-count a span {
	color: #fff;
}

@media screen and (max-width: 782px) {
	.wp-list-table.users .author-com-count {
		float: none;
	}
	.wp-list-table.users .column-commenters_count {
		text-align: left;
	}
}