.ApprovePost_table {
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
}

#convertToPdf {
    height: 100%;
    width: 100%;
    border: 1px solid black;
    overflow-y: scroll;
    overflow-x: hidden;
}

.billableItems_table {
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
}

.generatePdf {
    background-image: url('../images/watermark.png');
    background-repeat: no-repeat;
    background-size: 70% 70%;
    /* Make the background image cover the entire div */
    z-index: 99;
    position: relative;
    margin-top: 10px;
    height: 50%;
}

.z-index-table {
    z-index: -99;
}