<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vi_table_headdata__logo {
    width: 220px;
}

.vi_table_headdata__meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vi_table_headdata__meta-item {
    margin-top: 20px;
}

.vi_table_headdata__meta-item:not(:last-child) {
    padding-right: 20px;
}

.vi_table_headdata__meta-label, .vi_table_headdata__meta-text {
    line-height: 1.4em;
}

.vi_table_headdata__meta-text {
    font-weight: 600;
}

.vi_table table {
    width: 100%;
    display: none;
}

.vi_table .vi_table__content {
    position: relative;
    margin: 4rem calc(-50vw - -50%);
}

.vi_table .vi_table__content-inner {
    padding: 3rem 0;
    max-width: 154rem;
    margin-left: auto;
    margin-right: auto;
}

.vi_table .vi_table_divider {
    border-bottom: 1px solid #147402;
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
}

@media {
    .vi_table .vi_table__content-inner, .vi_table_extendedsearch, .vi_table_search {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 36.25em) {
    .vi_table .vi_table__content-inner, .vi_table_extendedsearch, .vi_table_search {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .vi_table tbody tr {
        border-top: 1px solid #3f3f3f;
    }

    .vi_table th, .vi_table thead th {
        background-color: rgb(200, 200, 200);
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .scroll-sync {
        max-height: 800px;
        overflow-y: auto;
    }
}

@media (min-width: 51.875em) {
    .vi_table .vi_table__content-inner, .vi_table_extendedsearch, .vi_table_search {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (min-width: 68.125em) {
    .vi_table .vi_table__content-inner, .vi_table_extendedsearch, .vi_table_search {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

@media (min-width: 86em) {
    .vi_table .vi_table__content-inner, .vi_table_extendedsearch, .vi_table_search {
        padding-left: 0;
        padding-right: 0;
    }
}

.vi_table tbody td, .vi_table td, .vi_table th, .vi_table thead th {
    -ms-hyphens: manual;
    -webkit-hyphens: manual;
    border-bottom: 0 !important;
    border-top: 0 !important;
    hyphens: manual;
}

.vi_table th, .vi_table thead th {
    -ms-hyphens: manual;
    -webkit-hyphens: manual;
    border-bottom: 0;
    font-weight: 700;
    hyphens: manual;
    line-height: 1.5em;
    padding: 1.0rem 0.8rem 1.0rem 0.8rem;
    text-align: left;
    vertical-align: top;
}

.vi_table tbody td, .vi_table td {
    line-height: 1.4em !important;
    padding: 1.0rem 0.8rem 1.0rem 0.8rem;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
}


.vi_table tbody td, .vi_table tbody td p, .vi_table td, .vi_table th, .vi_table thead th, .vi_table thead th p {
    font-size: 1.3rem;
    line-height: 1.4em !important;
}

.vi_table .fa-solid {
    color: #147402;
}

.vi_table .fa-solid:hover {
  font-weight: 400;
}

.vi_table_search {
    margin: 30px auto;
    max-width: 134rem;
}

.vi_table_search .form .form__buttons {
    margin-left: 20px;
}

.vi_table_headdata_date {
    float: left;
    margin-top: 11px;
}

.vi_table_extendedsearch {
    margin: 30px auto;
    max-width: 134rem;
    display: flex;
}

.vi_table_extendedsearch_nav {
    border: none;
    box-shadow: 0 6px 9px 0 rgba(83, 72, 31, .27);
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 9999;
    background-color: rgb(255, 255, 255);
    margin: 30px auto;
    width: 100%;
    max-width: 134rem;
}

.vi_table_extendedsearch_nav ul {
    padding: 20px;
    list-style-type: none;
}

li.vi_table_extendedsearch_navitem_level_0 {
    line-height: 3rem;
}

li.vi_table_extendedsearch_navitem_level_1 {
    line-height: 2.5rem;
}

.vi_table_extendedsearch_nav li:hover {
    text-decoration: underline;
}

.vi_table_extendedsearch_nav ul input[type="checkbox"] {
    margin-right: 5px;
}

.vi_table_extendedsearch_navitem_level_1 {
    margin-left: 20px;
}

.vi_text_deleted {
    text-align: center;
}

@media (max-width: 36.25em) {
    #consumerInfoTable, tr {
        border-top: none;
    }

    .first-item {
        border-bottom: 0.5rem solid #147402;
    }

    .first-td {
        padding-top: 0.5rem !important;
    }

    .vi_table tbody td {
        height: 2.4rem;
        min-height: 2.4rem;
    }

    .vi_table tbody td:not(.first-td){
        padding: 0 1.8rem 0.5rem 1.8rem !important;
    }

    .table-headline {
        font-weight: bold;
    }

    .closedEntry {
        display: none;
    }

    .bgGray {
        background-color: #c8c8c8;
    }

    .vi_table__scrollbar {
        display: none;
    }
}

.iconsort {
    margin-left: 10px;
}

.bgGray {
    background-color: #c8c8c8;
}

.bgGrayHeader {
    background-color: #c8c8c8;
}

.vi_table tbody tr:nth-child(even) {
    background-color: white;
}

#consumerinfo-latest th {
    text-align: left;
    color: #147402;
}

#consumerinfo-latest tr {
    cursor: pointer;
    border-bottom: 1px solid black;
}

#consumerinfo-latest tr:last-child {
    border-bottom: none;
}

#consumerinfo-latest td {
    padding: 5px 10px;
}</pre></body></html>