/* ============================================================
   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;
}

.a11y-col__rebuild-label {
	display: block;
	min-width: 130px;
	margin-top: 3px;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.25;
	white-space: normal;
}
