/* Change widths to fit in your content area */

.paypal_item_description 				{ margin-bottom: 10px; }
.paypal_item							{ margin-top: 40px; }
.paypal_item:after						{ content:"."; display:block; height:0; clear:both; zoom:1; visibility:hidden; }
.paypal_image_holder					{ width: 27.5%; float: left;  box-sizing:border-box; }
.paypal_image_holder > img				{ padding:3px; background:#FFF; box-sizing:border-box;
										-webkit-box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .50);
										box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .50);
										}
.paypal_item_details					{ width: 64.4%; float: right; }
.paypal_item_price						{ font-weight: bold; margin-bottom: 10px; }

input[type=submit]						{ padding:8px 5px; border:1px #0697a7 solid; outline:none; color:#FFF; background:#038290; }
input[type=submit]:hover				{ cursor:pointer; background:#0697a7; }

.centeredForm							{ width:100% !important; }
.formField label						{ text-align:left !important; }

@media (max-width:650px){
	.paypal_image_holder				{ width:100%; float:none; margin-bottom:15px; }
	.paypal_item_details				{ width:100%; float:none; }
}