  div.accordion button.accordion-trigger, section.accordion button.accordion-trigger {
    padding-right: 6rem;
}
.program-schedule {
    max-width: 350px;
    margin: 30px auto 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1px 1fr;
    grid-template-columns: 1fr 1px 1fr;
    background: #0c2340;
    padding: 5px 5px 8px 5px;
    border: 6px solid #CCCCCC;
    -webkit-animation: mcRiseAnimation 800ms ease 0.75s 1 normal forwards;
    animation: mcRiseAnimation 800ms ease 0.75s 1 normal forwards;
    opacity: 0;
    color: #fff;
    text-align: center;
}
.program-schedule .space {
    background: #69B3E7;
}
.program-schedule p {
    margin-top: 0;
    top: 0;
    color:#fff;
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 700;
    animation: none;
    -webkit-animation: none;
    opacity: 1;
    text-align: center;
}
.program-schedule p.date {
    font-size: 1.5rem;
    font-weight: 700;
    color: #69B3E7;
    font-family: psfournier-std, serif;
}