.table-to-pdf-export button {
    background-color: #db3434;
    color: white;
    padding: 0.25rem 0.5rem;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    float: right;
}

.table-to-pdf-export button:hover {
    background-color: #b92929;
}