Template:PerkTable/styles.css

From Destinypedia, the Destiny wiki

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

#PerkTable.no-barrel tr > :nth-of-type(1),
#PerkTable.no-string tr > :nth-of-type(2),
#PerkTable.no-blade tr > :nth-of-type(3),
#PerkTable.no-haft tr > :nth-of-type(4),
#PerkTable.no-mag tr > :nth-of-type(5),
#PerkTable.no-arrow tr > :nth-of-type(6),
#PerkTable.no-guard tr > :nth-of-type(7),
#PerkTable.no-1stperk tr > :nth-of-type(8),
#PerkTable.no-2ndperk tr > :nth-of-type(9),
#PerkTable.no-stock tr > :nth-of-type(10),
#PerkTable.no-grip tr > :nth-of-type(11),
#PerkTable.no-origin tr > :nth-of-type(12) {
	display: none;
}