:root {
	font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

div.header {
	text-align: center;
}

#upgrade_list>* {
	display: none;
}

#upgrade_annihilation_multiplier {
	display: none;
}

/* Resources Display */
div.resources {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.resources-item {
	min-width: 33%;
	max-width: 100%;
	text-align: center;
}

.resources-item {
	display: none;
}

/* Save */
div.data>div {
	display: flex;
}

div.data>div>div {
	min-width: 50%;
	max-width: 100%;
	text-align: center;
}

div.data>div>div>ul {
	list-style-type: none;
}

/* Statistics */
div.statistics>div {
	text-align: center;
}

#gen_breakdown {
	margin: auto;
}

#gen_breakdown>tbody>tr>td:nth-child(1) {
	text-align: right;
}
