/* ============================================================
   AcceGuru - A11y column on post-list tables
   ============================================================ */

.column-acceguru_issues {
	width: 70px;
	text-align: center;
}

.a11y-col {
	display: inline-block;
	min-width: 30px;
	padding: 2px 8px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	line-height: 1.4;
}

.a11y-col:hover {
	opacity: 0.9;
	color: #fff;
}

.a11y-col--critical { background: #d63638; }
.a11y-col--serious  { background: #dba617; color: #1e1e1e; }
.a11y-col--moderate { background: #996800; }
.a11y-col--minor    { background: #2271b1; }

.a11y-col--ok {
	background: #00a32a;
	color: #fff;
}

.a11y-col__empty {
	color: #999;
	font-size: 13px;
}

/* The sorting-rebuild box stays out of sight while the rebuild keeps moving;
   the runner script reveals it only for a stall or a failed request. */
.acceguru-sort-notice[hidden] {
	display: none;
}
