﻿/* BEGIN CUSTOMER-SPECIFIC CUSTOM CSS  */
/*Change size of bottom text*/
#notification > div > div{
font-size: 18px;
}
 
/*Hides the Appointment Updates section*/
[id^=prefs] > tbody > tr.tableRowMessage{
display: none;
}
[id^=prefs] > tbody > tr:nth-last-child(2){
display:none;
}

/* SLG 4626636 */
/* #iFrameLoadingIndicator.mobileExtPmtPage,
#extPmtPageFrame.mobileExtPmtPage{
	height: 32rem;
}
#guestPay-content #extPmtPageFrame,
#guestPay-content #transaction-form {
	height: 32rem;
} */

/* SLG 7119640 */
#extPmtPageFrame, #visitpayment-content #extPmtPageFrame, #visitpayment-content 
#iFrameLoadingIndicator {
height: 100rem;
}
#guestPay-content #extPmtPageFrame, #guestPay-content #iFrameLoadingIndicator {
height: 100rem;
}
@media only screen and (max-width: 825px) {
#payment-content #extPmtPageFrame,
#payment-content #iFrameLoadingIndicator,
#guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator {
height: 100rem;
}
}
