<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

#main-header, #main-footer {
    display: none !important;
}

.et_pb_row {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px;
}

.op-select-header {
    display: none !important;
}

.op-table {
    width: 100%;
    table-layout: fixed;
    border: 1px solid black !important;
}

/* reduce the line height, if the plan uses a half hour layout */
.op-halfhour {
    line-height: 1em;
}

.op-header {
    font-size: 14px !important;
    line-height: 2em;
}

.op-header-row {
}

.op-header-td {
    text-align: center;
    width: auto;
    padding: 0px 0px 0px 0px !important;
    color: black !important;
    background-color: #eeeeee !important;
    border-left: 1px dotted black;
}

.op-header-top {
    border-top: 1px solid black !important;
}

.op-header-year {
    text-align: center;
    width: 90%;
}

/* Show the first header cell wthout border  */
.op-header-td:first-child {
    background: transparent;
    border: none !important;
}

.op-body {
    font-size: 14px !important;
}

.op-body-row {
    line-height: 1.2;
}

.op-body-td {
    text-align: center;
    font-size: 90%;
    overflow: hidden;
    text-overflow: clip;
    width: auto;
    /*padding: 0px 0px 0px 0px !important;*/
    padding: 5px !important;
    border: 1px dotted black !important;
}

/* left align of the time which is in the first column */
.op-body-td:first-child {
    text-align: left;
    white-space: nowrap;
    color: black !important;
    background-color: #eeeeee !important;
    /*padding-left: 3px !important;*/
}

.op-daily {
    width: 1%;
}

.op-year-year {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.op-year-column {
    display: table-cell;
    width: 25%;
    padding: 10px;
}

</pre></body></html>