<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* BEGIN EPIC COMMUNITY MEMBER CUSTOM CSS */
/* Epic recommends any additional CSS be placed below this line. Avoid adding CSS above because it makes it difficult to determine which are your changes and which are Epic's. */


/* BEGIN: Ensure buttons on allergies, meds and health issues pages are always visible */
.md_snapshot .card .buttonList .button,
.md_allergies_list .card .buttonList .button,
.md_healthissues_list .card .buttonList .button,
.md_medications_list .card .buttonList .button {
    opacity: 1;
}
/* END: Ensure buttons on allergies, meds and health issues pages are always visible */
/* BEGIN: Format footer links */
div#footer div.links a {
    font-weight: bold;
    color: #1897EF;
}
/* END: Format footer links */

/* BEGIN: External payment page iframe height */
iframe#extPmtPageFrame {
height: 27rem;
}
/* END: External payment page iframe height */

/* Begin Guest Pay EPP iFrame height */
 #guestPay-content #extPmtPageFrame {
                  Height: 23rem !important;
                  Overflow-y: visible;
         }
 #guestPay-content .formbuttons {
                  margin-bottom: 5rem;
         }
/* End Guest Pay EPP iFrame height */</pre></body></html>