#jive-link-toggle-trusted-author a
{ }

#jive-link-toggle-trusted-author.disabled:hover,
#jive-link-toggle-trusted-author.disabled
{
	color: #cccccc;
	pointer-events: none;
	background: none;
	border: none;
	box-shadow: none;
	text-shadow: none;
}

#jive-link-toggle-trusted-author .trusted-author-icon {
	background-image: url(/plugins/seo-tools/resources/images/remove-trusted.png);
	height: 16px;
	width: 16px;
	left: 0;
	position: absolute;
	top: 1px;
}

#jive-link-toggle-trusted-author .untrusted-author-icon {
	background-image: url(/plugins/seo-tools/resources/images/make-trusted.png);
	height: 16px;
	width: 16px;
	left: 0;
	position: absolute;
	top: 1px;
}
