.detail_table_parent {
    border: none;
}
.detail_table {
    flex-wrap: wrap;
    width: auto;
}

.detail_table > div {
    padding-left: 5px;
    padding-right: 5px;
}

.detail_table tbody {
    width: 100%;
}

.detail_table tr th{
    width: 30% !important;
}
.detail_table tr td {
    width: 70% !important;
}

.detail_table tr th.memo_th {
    width: 100% !important;
}

.detail_table tr td.memo_td {
    width: 100% !important;
}

@media (max-width: 991px) {
    .detail_table_parent {
        overflow-x: hidden;
        overflow-y: hidden;
        margin-bottom: 20px;
    }
    .detail_table table {
        margin-bottom: 0px;
    }
}
