table.table.table-info.price-reduction-table>tbody>tr>td {
    width: 10px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: center !important;
}

#lotDetail.bankrupt-section-trade * {
    font-family: Arial, Helvetica, sans-serif;
}

#lotDetail.bankrupt-section-trade .table-info-block {
    max-width: 1164px;
    padding: 25px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

#lotDetail.bankrupt-section-trade .table-info-block .table-info thead td {
    padding: 4px 8px;
    font-weight: 600;
    line-height: 11px;
    background-color: #ccc;
    border: 1px solid #d2d2d2;
}

#lotDetail.bankrupt-section-trade .table-info-block .table-info td {
    padding: 4px 8px;
    line-height: 11px;
    font-size: 12px;
    border: 1px solid #d2d2d2;
    color: #333;
    line-height: 1.3em;
}

#lotDetail.bankrupt-section-trade .table-info-block .table-info td:first-child {
    font-weight: 600;
    width: 25%;
}

#lotDetail.bankrupt-section-trade .table-info-block .price-reduction-table td:first-child {
    width: 4%;
    padding: 4px 8px 2px 4px;
}

#lotDetail.bankrupt-section-trade .table-info-block .price-reduction-table tr:first-child td {
    font-weight: 600;
}

#lotDetail.bankrupt-section-trade .btn.btn-green {
    background: #939393;
    border-radius: 4px;
}

.efrsb-log-line.efrsb-log-line-success {
    background-color: #f5fce9;
}

.efrsb-log-line.efrsb-log-line-error {
    background-color: #fce9e9;
}

@media(max-width: 1023px) {
    #lotDetail.bankrupt-section-trade .table-info-block .table-info td:first-child, #lotDetail.bankrupt-section-trade .table-info-block .table-info td {
        width: 100%;
        float: left;
        display: block;
        max-width: 100%;
        white-space: unset;
    }

    #lotDetail.bankrupt-section-trade .table-info-block .table-info thead td {
        width: auto !important;
    }

    #lotDetail.bankrupt-section-trade table.table.table-info {
        width: 100%;
        max-width: 100%;
    }

    #lotDetail.bankrupt-section-trade .table-info-block {
        padding: 0;
        border: none;
    }

    #lotDetail.bankrupt-section-trade .responsive-info.table-responsive {
        padding: 0;
        border: 0;
    }
}
