.Prog-Info-Table {
    border-collapse: collapse;
    color: #1a1a1a;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    width: fit-content;
    box-shadow: 0px 4px 3px 1px rgba(88, 85, 85, 0.04), 0px 8px 13px 4px rgba(194, 194, 194, 0.29), 0px 3px 5px 2px rgba(225, 222, 222, 0.15);
}

    .Prog-Info-Table, .Prog-Info-Table p {
        font-size: 1.125rem;
    }

    .Prog-Info-Table caption {
        background-color: #e4ded6;
        border: none;
        color: var(--black);
        display: table-caption;
        font-size: 1.2rem;
        font-weight: 500;
        text-align: center;
        padding: 3px 5px;
        visibility: hidden;
        height: 0;
    }

        .Prog-Info-Table th {
            color: var(--uni-red);
        }

    .Prog-Info-Table tbody, .Prog-Info-Table th, .Prog-Info-Table tr, .Prog-Info-Table td {
        background-color: var(--white);
        border: none;
        padding: 0.75em 1em 0.75em 1em;
        vertical-align: baseline;
    }

        .Prog-Info-Table tbody tr:nth-child(even) > th, .Prog-Info-Table tbody tr:nth-child(even) > td {
            background-color: #CEDBE433;
        }
