table.growth {
	margin: 10px auto;
	width: 750px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.growth td, table.growth th {
	border: 1px solid black;
	padding: 3px;
	text-align: center;
}

tr.Academy th { background: #FA9200 !important; }
tr.Academy td { background: #FFCC66 !important; }

tr.Dungeon th { background: #7659AB !important; }
tr.Dungeon td { background: #999966 !important; }

tr.Haven th { background: #4F85DB !important; }
tr.Haven td { background: #FFE77D !important; }

tr.Inferno th { background: #B20000 !important; }
tr.Inferno td { background: #8F817B !important; }

tr.Necropolis th { background: #32403E !important; color: #BFC1CD !important; }
tr.Necropolis td { background: #919B2A !important; }

tr.Sylvan th { background: #82712F !important; }
tr.Sylvan td { background: #66BB33 !important; }
