.control-group {
	z-index: 1;
}

.controls {
	z-index: 1;
}

.controls input {
	z-index: 1;
}

.highz {
	z-index: 999;
}

.card_infobox {
	max-width: 660px;
	background-color: #d0d0d0;
	padding: 5px 5px 5px 5px;
	margin: 10px 0px 10px 0px;
}

.card_warning {
	color: red;
	font-weight: bold;
}

.flowPageBackground {
	background-color: #2b2b2b;
	color: white;
	border-radius: 1rem;
	opacity: .75;
	padding: 1.5rem;
	padding-bottom: 0;
	margin-bottom: .5rem;
	min-height: 175px;
}

.flowPageBackground a {
	text-decoration: none;
}

#payment_amount {
	border-bottom-right-radius: .375rem;
	border-top-right-radius: .375rem;
}

.minPayBanner {
	display: none;
}

.minPayNarrative {
	display: block ruby;
}

#email, #formatted_address_2, #postcode {
	width: 75%;
}


/* Chrome only: */
@supports (-webkit-font-smoothing: antialiased) {
	.minPayNarrative {
		display: ruby-text;
	}
	.minPayBannerRight button {
		position: absolute;
		left: 13px;
	}
	#email, #formatted_address_2, #postcode {
		width: 80%;
	}
}

/* Mobile Minimum Payment Banner */
@media (max-width: 480px) {
    .minPayBanner {
		display: unset !important;
	}
	.minPayBannerRight {
		display: none !important;
	}
	#payment_amount {
		border-bottom-right-radius: unset;
		border-top-right-radius: unset;
	}
	#email, #formatted_address_2, #postcode {
		width: 100%;
	}
}
@media (max-width: 1399px) { 
	.minPayNarrative {
		display: unset !important;
	}
	.minPayBannerRight button {
		position: unset !important;
		left: unset !important;
	}
}
