﻿/* Copyright 2018 Epic Systems Corporation */
/** EPP changes for MyChart Bill Pay to fit IFrame within window **/

#guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator {
  height: 55rem;
}

#extPmtPageFrame{
	border-width: 0px;
	height: 55rem;
	overflow-y: hidden;
	width: 100%;
}

body.md_guestpay_payasguest #guestPay-content .formbuttons {
	margin-bottom: 5rem;
}