Template:D1PerkTable/styles.css

From Destinypedia, the Destiny wiki

#D1PerkTable {
	text-align: center;
	margin-top: 0.5em;
}
#D1PerkTable th {
	color: #000;
	width: 200px;
	background: #F3F3F3;
	border: 1px solid #000;
}

#D1PerkTable.no-0column tr > :nth-of-type(1),
#D1PerkTable.no-1column tr > :nth-of-type(2),
#D1PerkTable.no-2column tr > :nth-of-type(3),
#D1PerkTable.no-3column tr > :nth-of-type(4),
#D1PerkTable.no-4column tr > :nth-of-type(5),
#D1PerkTable.no-ornament tr > :nth-of-type(6) {
	display: none;
}