<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.PDFCatalogButtons  a {
    background: #382CD6;
    margin: 3px 0;
    border: none;
    border-radius: 8px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    color: white !important;
    padding: 3px 15px;
}

.PDFCatalogButtons a:hover {
    text-decoration: none;
    background: #2fcf84;
}

.PDFCatalogButtons.PDFWidget a {
    padding: 3px 0;
    width: 100%;
}

.categoryCatalog {
}

.fullCatalog {
}</pre></body></html>