<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vvBody &gt; section &gt; header {
    padding-top: 2px;
    padding-bottom: 2px;
}

.vvBody &gt; section &gt; section&gt; header {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.vvAccordion .ui-accordion-header {
    text-align: center;
}

.vvAccordion .ui-accordion-content {
    border: 0 none !important;
    padding: 0 !important;
}

.vvNewsletterArchive .vvNewsletterYearHeaderLast {
    border-bottom-width: 0;
}

.vvNewsletterItem {
    vertical-align: top;
    border-bottom: 0;
    padding: 8px 8px 8px 16px;
    outline: none !important;
}

.vvNewsletterItemEven {
    background-color: #FFFFFF;
}

.vvNewsletterItemOdd {
    background-color: #F5F5F5;
}

.vvNewsletterYearHeader {
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}

.vvNewsletterDate {
    max-width: 15%;
    min-width: 100px;
    padding-right: 10px;
    vertical-align: top;
}

.vvNewsletterName {
    max-width: 72%;
    vertical-align: top;
}

.vvNewsletterName &gt; a {
    display: inline-block;
    width: 100%;
}

.vvArticleSearchTextContainer {
    display:none; 
    float:right; 
    margin-bottom: -2px;
}

.vvArticleSearchToggleContainer {
    float:right; 
    margin-bottom: -2px;
}

.vvBody input.vvArticleSearchTextInput {
    font-size: 0.8em;
    height: 1.7em;
}

.vvBody &gt; section &gt; section.vvNewsletterArchiveArticles &gt; div {
    margin-top: 8px;
}

.vvBody &gt; section &gt; section.vvNewsletterArchiveArticles &gt; header &gt; span {
    font-weight: normal; 
    padding-left: 8px;
}

.vvNewsletterArticleSearchResults {
    border: 0;
}

.vvNewsletterArticleSearchResultsLoading {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 32px;
}

.vvBody .vvArticleSearchInput,
.vvBody .vvArticleSearchToggle {
    cursor: pointer
}

.vvBody input.vvArticleSearchInput {
    font-weight: bold;
    cursor: pointer;
    border: 0;
    color: #FFFFFF;
}

@media only screen and (min-width: 321px) {
    .vvBody input.vvArticleSearchInput {
        background: transparent;
    }
}

@media only screen and (max-width: 650px) {
    .vvBody input.vvArticleSearchTextInput {
        max-width: 9em;
    }

    .vvNewsletterName {
        max-width: 99%;
        width: 99%;
    }
}

@media only screen and (max-width: 320px) {
    .vvBody input.vvArticleSearchTextInput {
        max-width: 10em;
        width: 10em;
    }

    .vvBody input.vvArticleSearchInput {
        margin-top: 10px;
        min-width: 90px;
        padding: 8px; 
    }

    /*.vvArticleSearchTextContainer {
        float: none; 
    }*/

    .vvArticleSearchTextContainerPadding {
        margin-bottom: 60px;
    }
}
</pre></body></html>