.popup-table.wk-modal.wk-modal-large .wk-modal-content {
    max-width: 75%;
    text-align: left;
}

.popup-table.wk-modal .wk-modal-title * {
    display: inline-block;
}

.popup-table.wk-modal .wk-modal-title .field-label {
    display: none;
}

.popup-table.wk-modal .wk-modal-content .wk-modal-body {
    padding: 1.5rem 2rem 2rem 2rem;
    overflow: auto;
}

.popup-table.wk-modal .wk-modal-content .wk-modal-body .name {
    font-size: 20px;
    font-weight: 500;
    margin: 0rem 0rem 1rem 0rem;
}

.popup-table table,
.popup-table th,
.popup-table td {
padding: 0.5rem 1rem;
line-height: 1.29;
color: #232323;
text-align: left;
}

.popup-table th,
.popup-table td {
    border: solid 1px #BFBFBF;
}

.popup-table table tfoot td,
.popup-table table {
    border: none;
}

.popup-table table {
    border-bottom: solid 1px #BFBFBF;
}

.popup-table table p {
font-size: 0.875rem;
}

.popup-table table tfoot td {
    padding: 0.25rem 0.5rem;
}

.popup-table table tfoot td,
.popup-table table tfoot td p {
    font-size: 0.75rem;
    line-height: 1.5;
}

.popup-table table caption {
margin: 0.5rem;
text-align: left !important;
font-size: 1.25rem;
}


.popup-table table thead,
.popup-table table thead *,
.popup-table table caption {
font-weight: 600;
line-height: 1.5;
color: #353535;
}

.popup-table table .reference, .popup-table table .reference p {
font-size: 0.75rem !important;
line-height: 1.5;
color: #474747;
}