/*form#dp-payment-form {
	width: 850px;
}

form#dp-payment-form p {
	color: #1b2a41;
	font-size: 26px;
	font-family: font-family : 'Roboto', sans-serif;
	font-weight: 300;
}

form#dp-payment-form h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 50px;
	color: #1b2a41;
}

form#dp-payment-form div.spacer {
	height: 45px;
}

 All buttons 
form#dp-payment-form div.dp-radiobuttons input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

form#dp-payment-form div.dp-radiobuttons label {
	display: inline-block;
	vertical-align: middle;
	background-color: #f7f7f7;
	height: 67px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 20px;
	border: 2px solid #e5e5e5;
	border-radius: 4px;
	line-height: 60px !important;
}

form#dp-payment-form div.dp-radiobuttons input[type="radio"]:checked+label {
	background-color: #f2ecf6;
	border-color: #9859c5;
}

form#dp-payment-form div.dp-radiobuttons input[type="radio"]:focus+label {
	border: 2px dashed #9859c5;
}

 Recurring buttons 
form#dp-payment-form div.dp-radiobuttons .recurringradios label {
	width: 383px;
}

 Amount buttons 
form#dp-payment-form div.dp-radiobuttons .amount_TransactionAmount label {
	width: 100px;
}

form#dp-payment-form div.dp-radiobuttons label.radio.inline.amount_TransactionAmount.other
	{
	width: 186px;
}

 Text Inputs 
form#dp-payment-form input[type="text"] {
	height: 50px;
	background-color: #f7f7f7;
	border: 2px solid #e5e5e5;
	border-radius: 40px;
	padding: 0 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #5e5e5e;
}

::placeholder {  Chrome, Firefox, Opera, Safari 10.1+ 
	color: #b1b1b1;
	opacity: 1;  Firefox 
}

:-ms-input-placeholder {  Internet Explorer 10-11 
	color: #b1b1b1;
}

::-ms-input-placeholder {  Microsoft Edge 
	color: #b1b1b1;
}

form#dp-payment-form input.half {
	width: 383px;
	margin-right: 20px;
}

form#dp-payment-form input.full {
	width: 786px !important;
}

 Other Amount Input 
form#dp-payment-form div.dp-radiobuttons input[type="text"]._transactionamountdonation_other
	{
	margin-top: 30px
}
 Selects 
form#dp-payment-form div.selectcontainer {
	position: relative;
}

form#dp-payment-form div.styled-select, form#dp-payment-form div.styled-select_exp {
	position: relative;
	float: left;
}

form#dp-payment-form select {
	height: 50px;
	background-color: #fff;
	border: 2px solid #e5e5e5;
	border-radius: 40px;
	padding: 0 15px;
	font-size: 15px;
	color: #5e5e5e;
	float: none;
}

form#dp-payment-form select.half {
	width: 383px;
	margin-right: 20px;
}

select::-ms-expand {
	display: none;
}

form#dp-payment-form div.styled-select:after {
	content: url(../images/down.jpg);
	font: 17px "Consolas", monospace;
	color: #333;
	right: 11px;
	Adjust for position however you want
	top: 10px;
	padding: 0 0 2px;
	left line 
	position: absolute;
	pointer-events: none;
}

form#dp-payment-form div.styled-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	 Add some styling 
}
 Legends 
form#dp-payment-form p.legend {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 30px;
}

 Expiration date area 
form#dp-payment-form span.expirationdatefirstlabel {
	float: left;
	line-height: 45px;
	padding: 0 40px 0 0;
	color: #b1b1b1;
}

form#dp-payment-form div.expdatestyled {
	height: 50px;
	background-color: #fff;
	border: 2px solid #e5e5e5;
	border-radius: 40px;
	padding: 0 15px;
	font-size: 15px;
	width: 530px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #5e5e5e;
	float: left;
	margin-right: 15px;
}

form#dp-payment-form div.styled-select_exp select {
	border-radius: 0px;
	display: inline;
	top: -2px;
	width: 160px;
	margin: 0px;
}

form#dp-payment-form div.styled-select:after {
	content: url(../images/down.jpg);
	right: 40px;
	Adjust for position however you want
	top: 18px;
	padding: 0 0 2px;
	left line 
	position: absolute;
	pointer-events: none;
}

form#dp-payment-form div.styled-select_exp select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	 Add some styling 
}

form#dp-payment-form div.styled-select_exp:after {
	content: url(../images/down.jpg);
	right: 30px;
	Adjust for position however you want
	top: 15px;
	padding: 0 0 2px;
	left line 
	position: absolute;
	pointer-events: none;
}

 checkboxes 
form#dp-payment-form div.dp_checkbox label {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	padding-left: 40px;
}

.checkboxcontainer {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkboxcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #e5e5e5;
	border-radius: 5px;
}

.checkboxcontainer:hover input ~ .checkmark {
	background-color: #ccc;
}

.checkboxcontainer input:checked ~ .checkmark {
	background-color: #9859c5;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkboxcontainer input:checked ~ .checkmark:after {
	display: block;
}

.checkboxcontainer .checkmark:after {
	left: 10px;
	top: 6px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

 Submit 
form#dp-payment-form input[type="submit"] {
	border: 0px;
	background-image: none;
	color: #fff;
	background-color: #9859c5;
	border-radius: 25px;
	padding: 10px 30px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

 Totaller 
form#dp-payment-form label.dp_amount_sum {
	font-size: 30px;
}

form#dp-payment-form p span.amountspan {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #ababab;
}

form#dp-payment-form label.dp_amount_sum span.usd {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	margin: 0px;
	color: #ababab;
	padding: 0px;
}

 Menu fix 
header.header {
	position: relative;
}

 Spacing 
form#dp-payment-form div.dp-radiobuttons {
	margin-bottom: 30px;
}

form#dp-payment-form p.legend {
	margin: 0 0 25px 0;
}

form#dp-payment-form input, form#dp-payment-form select, form#dp-payment-form textarea {
	margin-bottom: 30px;
}

 Responsive/Mobile 
@media only screen and (max-width : 767px) {
	form#dp-payment-form {
		width: 350px;
	}
	form#dp-payment-form div.dp-radiobuttons .recurringradios label {
		width: 139px;
	}
	form#dp-payment-form input.full {
		width: 300px !important;
	}
	form#dp-payment-form input.half {
		width: 300px;
		margin-right: 0px;
	}
	form#dp-payment-form div.expdatestyled {
		width: 300px;
		margin-bottom: 30px;
	}
	form#dp-payment-form select.half {
		width: 300px;
		margin-right: 0px;
	}
	form#dp-payment-form div.dp-radiobuttons .amount_TransactionAmount label {
		width: 139px;
		margin-bottom: 10px;
	}
	form#dp-payment-form div.dp-radiobuttons label.radio.inline.amount_TransactionAmount.other
		{
		width: 139px;
	}
	form#dp-payment-form span.expirationdatefirstlabel {
		padding: 0 10px 0 0;
	}
	form#dp-payment-form div.styled-select_exp select {
		width: 70px;
		padding-left: 2px;
	}
	form#dp-payment-form div.styled-select_exp::after {
		right: 2px;
		Adjust for position however you want
		top: 10px;
		padding: 0 0 0px;
	}
	form#dp-payment-form a.jquery_tooltip {
		float: left;
	}
	header#header {
		top: 0px !important;
	}
}*/