.pcc-classification td a {
	padding: 3px 4px;
	border-radius: 6px;
	color: #2563eb;
	font-weight: 800;
	text-decoration: none;
	transition: background-color .15s ease;
}

.pcc-classification td a:hover,
.pcc-classification td a:focus {
	background: #dbeafe;
	text-decoration: none;
	outline: none;
}
