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-mag tr > :nth-of-type(2),
#PerkTable.no-blade tr > :nth-of-type(3),
#PerkTable.no-guard tr > :nth-of-type(4),
#PerkTable.no-1stperk tr > :nth-of-type(5),
#PerkTable.no-2ndperk tr > :nth-of-type(6),
#PerkTable.no-grip tr > :nth-of-type(7),
#PerkTable.no-origin tr > :nth-of-type(8) {
display: none;
}