.panel-factions
{
	padding: 1em;
}

.panel-factions h2
{
	text-align: center;
	margin-bottom: .5em;
}

.panel-factions h3
{
	text-align: center;
	margin: .25em 0;
}

.panel-relations
{
	overflow: hidden;
	margin: 0 auto;
	background: #0004;
	border-collapse: collapse;
}

.panel-relations th
{
	background: #0006;
	padding: .5em;
}

.panel-relations td
{
	text-align: center;
	font-size: 2.5em;
}

.panel-relations img
{
	width: 2em;
	height: 2em;
}

.faction
{
	background-color: #0004;
	padding: .5em;
	/* cursor: pointer; */
	margin-top: 1em;
}

.faction-name
{
	font-size: 1.2em;
}

.faction-icon
{
	height: 1.2em;
	margin-right: .5em;
}

.faction-description
{
	/* display: none; */
	padding-left: 2em;
}