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-origins th:nth-of-type(5),
#PerkTable.no-origins td:nth-of-type(5) {
	display: none;
}