div.inline{
    display:inline;
    font: inherit;
}

#total_amount::before{
    content: "$";
}

.givingTermsNZ{
    display: none;
}

.spinner {
	margin: auto;
  	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #ef7202; /* Orange */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

.org_hidden{
    display: none !important;
}

.amount_wrap {
    width: 100%;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.shownBlock {
    display: block !important;
}

.amount_other.hidden {
    display: none;
}

button.btn.hidden {
    display: none;
}

.input_otheramount_holder:after {
    content: "$";
}

#surcharge {
    display: none;
}

#widget iframe {
    width: 100%;
}
#widget {
    display: block;
    width: calc(100% + 12px);
    margin-left: -9px;
}
#widget iframe .form_group {
    margin: 0 !important;
}
