
.pdftable {
    width: 100%;
    border: 2px solid grey;
    padding:8px;
}

    .pdftable table > th > td {
        border: 2px solid grey;
        border-collapse: collapse;
    }
    .pdftable > tr > th > td {
        padding:8px;
    }

    .pdftable th > td {
        padding: 5px;
        text-align: left;
    }

    .pdftable tr:nth-child(even) {
        background-color: #fff;
    }

    .pdftable tr:nth-child(odd) {
        background-color: #eee;
    }

    .pdftable th {
        background-color: #eee;
        color: black;
        padding: 4px; 
    }

.highlight-td {
    background-color: #fff !important;
}

.pdftable2 {
    width: 100%;
}
    .pdftable2 table > th > td {
        border: 1px solid black;
        border-collapse: collapse;
    }

    .pdftable2 th > td {
        padding: 5px;
        text-align: center;
    }

    .pdftable2 tr:nth-child(even) {
        background-color: #fff;
    }

    .pdftable2 tr:nth-child(odd) {
        background-color: #eee;
    }

    .pdftable2 th {
        background-color: black;
        color: white;
    }

.highlight-td {
    background-color: #fff;
}


