﻿section.aboutTeam {
	margin: 0 auto;
	max-width: 726px;
    padding: 0 3em;;
	padding-bottom: 20px;
}

section.aboutTeam > p > strong {
	color: #43f6ff;
	font-weight: normal;
}

section.aboutTeam > p > a {
	color: #43f6ff;
	text-decoration: underline;
}

section.aboutTeam > p {
	font-size: 1.25em;
	margin-bottom: .5em;
	margin-top: 1.5em;
}

section.aboutTeam > ul {
	color: #43f6ff;
	margin: 0;
	padding: 0 0 0 20px;
}

	section.aboutTeam > ul > li {
		margin-bottom: .5em;
	}
	section.aboutTeam > ul > li > span {
		color: #FAFAFA;
	}

section.aboutTeam > div.teams {
	display: inline-block;
	margin-top: 2em;
	width: 100%;
}

section.aboutTeam > div.teams > div {
	box-sizing: border-box;
	display: inline-block;
	height: 314px;
	margin: 0 2em 2em 0;
	padding: 20px;
	position: relative;
	text-align: center;
    vertical-align: top;
	width: 314px;
}

section.aboutTeam > div.teams > div:nth-of-type(1) {
	background-image: url('/escalation/images/content/game/oxide_box.png');
}

section.aboutTeam > div.teams > div:nth-of-type(2) {
	background-image: url('/escalation/images/content/game/stardock_box.png');
}

section.aboutTeam > div.teams > div > h1 {
	font-size: 2em;
	margin: 0 auto;
}

section.aboutTeam > div.teams > div > ul {
	margin: 0;
	padding: 0;
}

section.aboutTeam > div.teams > div > ul > li {
	font-size: 1.25em;
	list-style: none none outside;
	margin: .75em auto;
}