
/*CAS-50669-Q8W5X0*/
#main_content_payment_summary:after{
	content:"Please do not close this window! Your booking is not yet confirmed. Once payment is processed you will receive an on-screen notification that your booking is successfully completed.";
	background: #fff !important;
	margin-top: 1rem;
	padding: 2rem;
	position: relative;
	width: auto;
	color: red;
	display: block;
	text-align: center;
}
@media screen and (max-width: 990px){
	#main_content_payment_summary:after{
		font-size: 20px;
	}
}
@media screen and (min-width: 991px){
	#main_content_payment_summary:after{
		font-size: 16px;
	}
}
/*CAS-50669-Q8W5X0 - END*/