.PDFCatalogButtons  a {
    background: #a0ce4e;
    margin: 3px 0;
    border-width: 0px;
    border: none;
    border-radius: 2px;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: white !important;
    padding: 10px 0px;
    letter-spacing: 1px;
}

.PDFCatalogButtons a:hover {
    text-decoration: none;
    background: #96c346;
}

.PDFCatalogButtons.PDFWidget a {
    padding: 10px 0;
    width: 100%;
}

.categoryCatalog {
}

.fullCatalog {
}