.help del.ignored {
	color:			#c0c0c0;
	text-decoration:	none;
}
pre.pks {
	white-space:		pre-line;
}
span.long del  +     span:before,
span.long del  + del span:before,
span.long span +     span:before,
span.long span + del span:before {
	content:		"\200B";
}
table.pks {
	font-family:		monospace;
}
table.pks thead,
table.pks tbody {
	border:			1px solid #555;
}
table.pks thead th {
	vertical-align:		bottom;
}
table.pks tbody:nth-of-type(odd) {
	background:		#ddd;
}
table.pks tbody tr td.key-id {
	text-align:		right;
}
table.pks tbody tr td.user-id {
	color:			green;
}
table.pks tbody tr td.fingerprint span + span {
	margin-left:		1ex;
}
table.pks * tr td,
table.pks * tr th {
	border-left:		1px solid #555;
	border-right:		1px solid #555;
}
table.pks .disabled,
table.pks .disabled :link,
table.pks .disabled :visited {
	color:			#aaa;
	text-decoration:	line-through;
}
table.pks .revoked,
table.pks .revoked :link,
table.pks .revoked :visited {
	color:			red;
	text-decoration:	line-through;
}
