div.emp-threeds-modal {
	display: none;
	position: fixed;
	z-index: 99999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}

iframe.emp-threeds-iframe {
	margin: 0 auto;
	box-shadow: none;
	outline: none;
	border: none;
	background-color: transparent;
	width: 100%;
	min-height: 10%;
	max-height: 90%;
	height: 90%;
	overflow: visible;
	max-width: 450px;
}

div.emp-payment-notice {
	color: navy;
	font-weight: 600;
}
