table.grp-table tbody tr th {
    /* font-size: 13px; */
    font-weight: bold;
}

table.grp-table tbody tr td label.required {
    font-weight: bold;
}

table.grp-table tbody tr.pk-fieldset th {
    font-style: italic;
    text-align: left;
    background-color: #e0e0e0;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-top: 1px solid #bdbdbd;
    
}

table.grp-table tbody tr td {
    border: initial; /* unset */
}

table.grp-table tbody tr.pk-danger td {
    color: red;
}

table.grp-table tbody tr.pk-warn td {
    color: orange;
}

table.grp-table tbody tr.pk-inactive td {
    color: darkgray;
}

input[name="_saveasnew"] {
    background: #eb4;
}

.pk-html-content * {
  all: revert;
  font-size: 110%;
}