.content > div >.teams.over10 {
	margin-bottom: 30px;
}

.teams.over10:after {
	content: '';
	display: block;
	clear: both;
}

.teams.over10 div.team {
	width:25%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	border:none;
	text-align: center;
	font-size: 0.85em;
	border-radius: 0;
	margin: 0;
}

.teams.over10 div.team:nth-child(4n+6) {
	clear: left;
}

.teams.over10 div.team:nth-child(4n+6):after {
	content: '';
	position: absolute;
	top:0;
	width: 400%;
	left: 0;
	border-top:1px solid #e4e4e4;
}

.teams.over10 div.team .teamPic {
	position: relative;
	left: 0;
	right: 0;
	top:0;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 100px;
}

.teams.over10 div.team .teamPic img {
	min-width: 100px;
	min-height: 100px;
}

.teams.over10 div.team .teamPic .portrait {
	width: 100px;
	margin-top: 50px;
}

.teams.over10 div.team .teamPic .landscape {
	height: 100px;
	margin-left: 50px;
}

.teams.over10 div.team .teamPic:after {
	left:0;
}

.teams.over10 div.team .teamSelect input + a:before,
.teams.over10 div.team .teamSelect input + a:after,
.teams.over10 div.team.noImage .teamSelect input + a:after,
.teams.over10 div.team.noImage .teamSelect input + a:before {
	left: 50%;
	top:20px;
	z-index: 5;
	margin-left: -12px;
}
.teams.over10 div.team .teamSelect input + a:before {
	background: #fff;
}

.teams.over10.chooseMany .team {
	padding-top: 60px;
}

.teams.over10.chooseMany .teamName {
	padding-left: 0;
}

.teams.over10 div.team.noImage {
	padding-left: 15px;
}

.teams.over10 .teamSubmit {
	clear:both;
}

@media (max-width: 750px) {


	.teams.over10 div.team {
		width:33.33%;
	}

	.teams.over10 div.team:nth-child(4n+6) {
		clear: none;
	}

	.teams.over10 div.team:nth-child(4n+6):after {
		display: none;
	}

	.teams.over10 div.team:nth-child(3n+5) {
		clear: left;
	}

	.teams.over10 div.team:nth-child(3n+5):after {
		content: '';
		position: absolute;
		top:0;
		width: 300%;
		left: 0;
		border-top:1px solid #e4e4e4;
	}

}


@media (max-width: 600px) {


	.teams.over10 div.team {
		width:50%;
		font-size: 0.8em;
	}

	.teams.over10 div.team:nth-child(3n+5) {
		clear: none;
	}

	.teams.over10 div.team:nth-child(3n+5):after {
		display: none;
	}

	.teams.over10 div.team:nth-child(2n+4) {
		clear: left;
	}

	.teams.over10 div.team:nth-child(2n+4):after {
		content: '';
		position: absolute;
		top:0;
		width: 200%;
		left: 0;
		border-top:1px solid #e4e4e4;
	}

}