﻿body #extPmtPageFrame {
  height: 60rem;
  overflow-y: visible;
  width: 100%; }
  
Body #guestPay-content #extPmtPageFrame{
  height: 60rem; }
  
Body .features {
  list-style: none;
  padding: 0 0 1rem; }
	.features li {
		padding-left: 75px;
		background-repeat: no-repeat; }
	.features .icon-advice {
		background-image: url("../images/quicklinks/medical_advice.png"); }
	.features .icon-testResults {
		background-image: url("../images/quicklinks/test_results.png"); }
	.features .icon-medications {
		background-image: url("../images/quicklinks/medications.png"); }
	.features .icon-calendar {
		background-image: url("../images/quicklinks/appointments.png"); }
	.features .icon-billpay {
		background-image: url("../images/quicklinks/account_summary.png"); }
	.features .icon-qtnr {
		background-image: url("../images/quicklinks/questionnaire.png"); }
	.features .info {
		font-size: 0.9rem; }
	
Body #openSchedulingFrame {
		width: 100%;
		max-width: 699px; /* = media query defined in EpicWP.css. Prevents the widget from inadvertently switching to desktop mode when the host page isn't wide enough to actually support it */
		height: 1300px; /* change to desired initial height when mobile-optimized */
		padding-top: 1px; }
