section.schedule .schedule-date-description{
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 24pt;
}

section.schedule .schedule-breakdown-list:not(:last-of-type){
    padding-bottom: 24pt;
}

section.schedule .schedule-date-description:not(:first-of-type){
    border-top: 1px dotted #d6d6cb80;
    padding-top: 24pt;
}