body {
    margin: 0;
    padding: 0;
}
.components-table-demo-nested .ant-table-expanded-row > td:last-child {
    padding: 0 48px 0 8px;
}

.components-table-demo-nested .ant-table-expanded-row > td:last-child .ant-table-thead th {
    border-bottom: 1px solid #e9e9e9;
}

.components-table-demo-nested .ant-table-expanded-row > td:last-child .ant-table-thead th:first-child {
    padding-left: 0;
}

div.components-table-demo-nested
    .ant-table.ant-table-small
    .ant-table-tbody
    > tr.ant-table-expanded-row
    > td:last-child
    .ant-table-row
    td:first-child {
    padding-left: 64px;
    padding-right: 15px;
}

.components-table-demo-nested .ant-table-expanded-row .ant-table-row:last-child td {
    border: none;
}

.components-table-demo-nested .ant-table-expanded-row .ant-table-thead > tr > th {
    background: none;
}

.components-table-demo-nested .table-operation a:not(:last-child) {
    margin-right: 24px;
}

.components-table-demo-nested .ant-table-expanded-row:hover > td {
    background: #fbfbfb;
}

tr.ant-table-expanded-row td > .ant-table-wrapper {
    margin: 0px;
}

/*# sourceMappingURL=main.f976237325d26ad7ec25.css.map*/