.fp_predefined_buttons {
	border:none;
}
.fp_predefined_buttons td {
	border:none;
	text-align:center;
}
#fp_predefined_buttons ~ #fp_donation_submit {
	margin:0 auto;
	display:table;
}

#fp_predefined_buttons div {
	background-image: none;
	border: 0 none;
	border-radius: 3px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 100%;
	font-weight: 700;
	left: auto;
	line-height: 1;
	margin: 0;
	overflow: visible;
	padding: 1em 3em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
}

.make_donation_label{
	font-size: 16px;
	padding-left:5px;
}

.donation_anonymous_label{
	font-size: 16px;
	padding-left:5px;
}

.fp_donation_flybox {
	position:fixed;
	visibility:hidden;
	bottom:0%;
	z-index:9999999;
	padding:10px;
}

.fpdonationflyboxclose {
	position: absolute;
	cursor:pointer;
	padding-right:10px;
}

.fp-donation-reward-table-footer{
	clear:both;
}

#fp_predefined_buttons td {
	text-align:center;
}

#fp_donation_form {
	padding-left:10px;
	padding-right:10px;
}

@media screen and (min-width: 0px) and (max-width: 430px)  {
	#fp_predefined_buttons div {
		padding: 10px 20px !important;
	}
}
