@media (max-width: 767px) {
    table.mcRespTable {
        border: 0px!important;
    }

    table.mcRespTable thead {
        display: none;
    }

    table.mcRespTable tr {
        margin-bottom: 20px;
        display: block;
        border:0px!important;
    }

    table.mcRespTable tr td:first-child {
        border-top: 1px solid rgb(229, 229, 229)!important;
    }

    table.mcRespTable tr td {
        display: block;
        border:0px!important;
        border: 1px solid rgb(229, 229, 229)!important;
        border-top:0px!important;
        padding: 0px!important;
        width: auto!important;
        margin:0px!important;
        text-align: left!important;
        overflow: hidden;
    }

    body table#mccr_details.mcRespTable tr td:not(.mccr_description) {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }

    table.mcRespTable tbody td:before {
        position: static!important;
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        margin:0px;
        padding: 10px;
        font-size: inherit!important;
        color: inherit;
    }

    #mccr_details tr.mcc_gift .mccr_price, #mccr_details tr.mcc_gift .mccr_quantity, #mccr_details tr.mcc_gift .mccr_total {
        display: none;
    }
}
