.wiseup_papyrus_table {
    border-collapse: collapse;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
}
.wiseup_papyrus_table thead tr th {
    background-color: #800080 !important;
    color: #ffffff;
    text-align: left;
}
.wiseup_papyrus_table th,
.wiseup_papyrus_table td {
    padding: 10px 12px;
}
.wiseup_papyrus_table tbody tr {
    border-bottom: 1px solid #dddddd;
}
.wiseup_papyrus_table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.wiseup_papyrus_table tbody tr:last-of-type {
    border-bottom: 2px solid #800080;
}
.wiseup_papyrus_table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.invoice_link {
    color: #800080;
    text-align: center;
    cursor: pointer;
}

/* Style the tab */
.wiseup_papyrus_tab {
    overflow: hidden;
    background-color: #f1f1f1;
    margin-bottom: 4px;
}

/* Style the buttons inside the tab */
.wiseup_papyrus_tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.wiseup_papyrus_tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.wiseup_papyrus_tab button.active {
    background-color: #800080;
    color: #ffffff;
}
.wiseup_papyrus_tabcontent {
    display: none;
}

.wiseup_papyrus_d-block {
    display: block;
}