

table.agenda {
    border-collapse: collapse;
    border: none;
    margin: 0 auto;
    width: 100%;
    margin-top:15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12pt;
}

table.agenda tr:first-child {
    border-top: 0;
}

table.agenda tr:last-child {
    border-bottom: 0;
}

table.agenda tr {
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    min-height: 21px;
    font-family: 'Roboto Condensed', sans-serif !important;
}

table.agenda tr td:first-child {
    border-right: 3px solid #ac1e44;
   
    width: 20%;text-align: center;
}

table.agenda tr td:first-child h3 {
    font-size: 11.75pt;
    color: #636363;
    font-weight: 200;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif !important;
}

table.agenda tr td:first-child small {
    font-size: 8.75pt;
    color: rgb(48, 48, 48);
}

table.agenda tr td ul {
    list-style: none;
    font-size: 0;
    border-bottom: 1px dashed rgba(48, 48, 48, .15);
}



table.agenda tr td ul li {
    display: grid;
    font-family: 'Roboto Condensed', sans-serif;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "X ."
        "X .";
    vertical-align: top;
    font-size: 13pt;
    padding: 12px 20.91665px;
}

table.agenda tr td ul li p {
    font-size: 10pt;
    color: rgb(48, 48, 48);
    padding: 0;
    margin-bottom: 0;
}

table.agenda tr td ul li p:first-letter {
    text-transform: uppercase;
}
table.agenda tr td ul li:last-child {
    width: calc(100% - 131.8333px);
    font-weight: 400;
    font-size: 16px;
    border-bottom: none;
}

table.agenda tr td ul:last-child {
    border-bottom: none;
}

table.agenda tr td ul li h1 {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 12pt !important;
    color: #ac1e44;
}

table.agenda tr td ul li:first-child h2 {
    grid-row: span 2;
    padding: 0 20px;
    align-items: center;
    display: grid;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: normal;
    color: rgb(48, 48, 48) !important;
    font-size: 12pt !important;
}
