#content{
	margin:0px auto;
	max-width:800px;
	padding:10px;
}

#levels .level{ display:flex; }
#levels .level .amounts{ margin-left:auto; }

#levels h1,#donors h1,#sponsors h1{ margin-bottom:0px; }
#donors h2:first-of-type{ margin-top:0px; }
#donors{
	float:left;
	margin-right:20px;
	max-width:235px;
	text-align:left;
}
#donors .list h2{ margin-bottom:0px; }
#donors .list .anonymous{ font-style:italic; }

#donor > h3{ margin:35px 5px 0 0; }
#content form{
	border:solid var(--gray) 1px;
	float:right;
	margin-left:20px;
	width:calc(100% - 275px);
}
form > .wrap div.step{ padding-top:10px !important; }

#content form #creditCardForm{
	max-width:400px;
	margin:0px auto 20px auto;
}
#content form .submit{
	max-width:400px;
	margin:0px auto;
}

#sponsors{
	clear:right;
	float:right;
	width:calc(100% - 275px);
}
#sponsors p{ margin-top:0px; }
#sponsors > .wrap{
	display:flex;
	flex-wrap:wrap;
}
#sponsors .sponsor{
	flex:1;
	float:left;
	height:200px;
	line-height:200px;
}
#sponsors .sponsor.active{ border:solid var(--blue) 1px; }
#sponsors .sponsor .wrap{
	display:inline-block;
	line-height:normal;
	text-align:center;
	vertical-align:middle;
	width:100%;
}
#sponsors .sponsor .wrap a{ text-decoration:none; }

#sponsors .sponsor .wrap .logo{
	background-color:#fff;
	background-position:center;
	background-repeat:no-repeat;
	background-size:130px;
	border-radius:50%;
	border:solid 2px var(--green);
	display:block;
	height:150px;
	left:50%;
	position:relative;
	text-align:center;
	transform:translatex(-50%);
	vertical-align:middle;
	width:150px;
}
#sponsors .sponsor .wrap .logo .name{
	color:var(--black);
	display:table-cell;
	vertical-align:middle;
}

#sponsors .sponsor .wrap p{ margin:5px 0 0 0; }

@media screen and (max-width:750px){
	#content form{
		float:none;
		margin-left:0px;
		width:100%;
	}
}
@media screen and (max-width:700px){
	#content form h3{ margin: 10px 5px 0 0; }
}
@media screen and (max-width:500px){
	#donors{
		float:none;
		margin-right:0px;
		max-width:100%;
	}
	#sponsors{
		float:none;
		width:100%;
	}
}