table.modalTable{width:100%;border-spacing:0;border-top:solid 1px #dcdcdc;border-left:solid 1px #dcdcdc;border-radius:10px;cursor:default}table.modalTable thead tr th,table.modalTable thead tr td,table.modalTable tbody tr th,table.modalTable tbody tr td{text-align:left;background:white;border-right:solid 1px #dcdcdc;border-bottom:solid 1px #dcdcdc}table.modalTable thead tr th,table.modalTable tbody tr th{width:1px;font-weight:400;padding:7px 9px}table.modalTable thead tr td,table.modalTable tbody tr td{height:47px;box-sizing:border-box;font-weight:300;text-align:justify;padding:0 9px}table.modalTable thead tr td button,table.modalTable tbody tr td button{width:fit-content}table.modalTable thead tr th{white-space:nowrap}table.modalTable thead tr th:first-child{border-top-left-radius:10px}table.modalTable thead tr th:last-child{border-top-right-radius:10px}table.modalTable tr th.buttons,table.modalTable tr td.buttons{min-width:47px;max-width:1%;box-sizing:border-box;padding:3px}table.modalTable tr th.buttons div,table.modalTable tr td.buttons div{display:flex;gap:3px}table.modalTable tbody tr:last-child td:first-child{border-bottom-left-radius:10px}table.modalTable tbody tr:last-child td:last-child{border-bottom-right-radius:10px}table.modalTable th.buttons,table.modalTable td.buttons{width:1%;padding:3px}table.modalTable th.fit,table.modalTable td.fit{width:1%;white-space:nowrap}