From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
#mp-systems {
	background: #f2f2f2;
	display: flex;
	margin: 0 2px;
	text-align: center;
	flex-wrap: wrap;
	align-content: space-between;
	align-items: stretch;
}

#mp-systems div {
	border: 1px solid #aaa;
	padding: 10px;
	width: 64px;
	flex-grow: 1;
}

#mp-systems2 {
	border: 1px solid #aaa;
	border-top: none;
	margin: 0 2px 2px;
	text-align: center;
	background-color: #F2F2F2;
}

#mp-systems2 p {
	margin: 0;
	padding: 0.6em
}