.pdf-form {
    background-image: url(../images/file_pdf.gif);
    background-repeat: no-repeat;
    margin: 3px 0 0 0;
    padding: 0 0 3px 22px;
    text-decoration: none !important;
    color: black !important;
    width: auto;
    cursor: pointer;
}
.pdf-form:hover {
    background-color: lightgrey;
    max-width: fit-content;
    padding-right: 8px;
    border-radius: .50rem;
    cursor: pointer;
}