	.contribute_cash_amount_block {
		padding: 10px;
	}

	.contribute_cash_amount {
		font-weight: bold;
		font-size: 11pt;
		background-color: whitesmoke;
		height:	100px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		border: 1px solid lightgrey;
		box-shadow: 0 2px 4px rgba(0,0,0,.2);
	}

	.contribute_cash_amount.contribute_cash_accepted {
		background-color: darkgreen;
		color: white;
		font-weight: bold;
	}

	#payfast_div_container {
		z-index: 3500;
	}