@charset "UTF-8";

#supporterBoard ul{
	list-style-type: none;
	text-decoration: underline;
}

#supporterDonation div{
	margin-bottom: 30px;
}

#supporterIncentive{
	width: 100%;
}

#supporterIncentive .incentive img{
	width: 180px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#supporterIncentive .incentive p{
	display: block;
	margin: 20px 0 10px 0;
}

div#supporterIncentive dd{
	display:block;
	width: 32%;
}

div#supporterAccount ul{
	list-style-type: none;
}

#supporterObjective p{
	margin: 10px 0;
}

#supporterObjective img{
	width: 300px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* /_/_/_/_/_/_/_/_/_/_/
Tablet 641px-960px 
 /_/_/_/_/_/_/_/_/_/_/ */

@media only screen and (min-width: 641px){
	
#supporterIncentive .incentive{
	width: 33%;
	float: left;
}

#supporterIncentive .incentive p{
	padding: 0 5px 0 25px;
}

#supporterObjective p.purchaseComment{
	width: 60%;
	float: left;
}

#supporterObjective p.purchaseVoice{
	clear: both;
}

#supporterObjective img{
	margin-top: 20px;
	margin-left: 2%;
	width: 38%;
	display: block;
	float: right;
}

}