@charset "utf-8";
/* CSS Document */

.blueRoundedBack {
	background-color: #3271F0;
	border: 2px solid;
	border-radius: 25px;
	min-height: 130px;
	
}
.planPrice {
	font-size: large;
	color: #FFF;
}
.planName {
	font-size: large;
	color: #FFF;
	
}
.bottom {
	font-size: large;
	color: #6BB506;
}
.plan {
	display: inline-block;
	max-width: 250px;
	margin-right:10px;
	
}
.wrapper {
	clear:both;
	max-width: 1135px;
	width:100%;
	margin:10px auto;	
}
.planDetails {
	text-align:left;
	width: 99%;
}

.textSpacer {
	height:70px;
	margin-top:10px;
}
.checkout{
	height:250px; 
	width:523px;
	border: #5fa318;
	border-style: solid;
	border-radius: 20px;
	padding: 10px;
}
.braintreeTitle{
	color: green;
	margin-bottom: 0px;
}
.paymentTitle{
	margin-bottom: 0px;
}
.amountTitle{
	margin-top: 0px;
}
.agreeError{
	color:red;
}