.PDFCatalogButtons  a {
       font-size: inherit;
    cursor: pointer;
    display: inline-block;
    background: #f1c404;
    background: -webkit-linear-gradient(top, #f1c404, #f39c12);
    background: -o-linear-gradient(top, #f1c404, #f39c12);
    background: -moz-linear-gradient(top, #f1c404, #f39c12);
    background: linear-gradient(top, #f1c404, #f39c12);
    color: #ecf0f1;
    padding: .5em 1em;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    margin-bottom: 1.5em;
    text-decoration: none;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.PDFCatalogButtons a:hover {
    background: #f39c12;
    background: -webkit-linear-gradient(top, #f39c12, #f1c404);
    background: -o-linear-gradient(top, #f39c12, #f1c404);
    background: -moz-linear-gradient(top, #f39c12, #f1c404);
    background: linear-gradient(top, #f39c12, #f1c404);
    color: #ecf0f1;
    text-decoration: none;
}

.PDFCatalogButtons.PDFWidget a {
    padding: 3px 0;
    width: 100%;
}

.categoryCatalog {
}

.fullCatalog {
}