
dialog.lpcPaymentDialog {
	background: none;
	border: none;
/* 	top: 0; */
/* 	position: fixed; */
/* 	width: 100%; */
/* 	height: 100%; */
/* 	display: flex; */
	padding: 0;
/*	align-items: center;
	justify-content: center;*/
}

dialog.lpcPaymentDialog::backdrop {
	background: rgba(255,255,255,0.7);
}

dialog.lpcPaymentDialog > div {
	width: 800px;
	max-width: 80vw;
	height: 600px;
	max-height: 80vh;
	display: flex;
	flex-flow: column nowrap;
}

dialog.lpcPaymentDialog > div .closer {
	align-self: flex-end;
	cursor: pointer;
	margin-bottom: 0.5em;
}

dialog.lpcPaymentDialog > div > iframe {
	flex-grow: 1;
	background-color: white;
}
