.dtyp-modal-body.c-modal__wrap {
    max-height: unset;
    padding: 60px 40px;
    max-height: 740px;

    max-width: 600px;
    min-width: 600px;
}

.dtyp-modal-body {
    margin: 0 30px 20px 30px;
}

.dtyp-modal-body .p-test-dtyp__filter {
    margin: 0 30px;
}

.dtyp-modal-body .c-result-table__wrap {
    max-height: 240px;
}

.dtyp-modal-body .c-result-table__wrap colgroup > col:nth-child(1) {
    width: 15%;
}

.dtyp-modal-body .c-result-table__wrap colgroup > col:nth-child(2) {
    width: 85%;
}

.dtyp-modal-body .c-result-table__wrap tr:last-child td {
    border-bottom: none;
}