﻿ 

/* 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. */

@keyframes kfHSHSCallVolumeReduction {
from {color: red;}
to {color: black;}
}

.myHSHSCallVolumeReduction {
animation-name: kfHSHSCallVolumeReduction;
animation-duration: 1s;
animation-iteration-count: infinite;
font-weight: bold;
color: red;
}


body #guestPay-content #extPmtPageFrame { height: 68rem; overflow-y: visible; }
body #guestPay-content .formbuttons { margin-bottom: 5rem; } 