#donationAmountCustomInput {
	width: 80%;
	line-height: 19px;
	border: none;
	padding: 6px;
	margin: -6px 0 -6px -3px;
	border-radius: 4px;
	text-align: center;
	-moz-appearance: textfield;
	font-size: 1.6rem;
}
#donationAmountCustomInput:focus {
	border: none;
	outline: none;
}
#donationAmountCustomInput::-webkit-outer-spin-button,
#donationAmountCustomInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tax-deduction-notice,
.donation-text-title {
	display: inline-block;
	font-weight: 600;
	font-size: 4rem;
}

.tax-reduction-notice {
	margin-bottom: 15px;
	font-weight: 500;
}
.tax-reduction-notice a {
	font-weight: 600;
}

.donation-text-title .glyphicons.ok_2,
.tax-reduction-notice .glyphicons.ok_2 {
	color: #008000;
}

.btn {
	line-height: 25px;
	width: 100%;
}

.hidden-radio {
	display: none;
}

.suggested-amount, .other-amount {
	width: 17%;
}
.suggested-amount.active {
	box-shadow: unset;
}

@media (max-width: 767px) {
	.other-amount, .suggested-amount {
		width: 60%;
		margin: 5px 20%;
	}
}

.amount-selector .btn {
	background-color: white;
	border: 0 !important;
	padding: 0.6rem !important;
	margin-right: 10px;
	font-weight: 600;
}

.tax-reduction-notice a {
	display: block;
}

.suggested-amount {
	font-size: 20px;
}
