﻿/* BESPOKE */
.uc_concept_orders h1 {
    margin-top: -20px !important;
}

@media (max-width: 767px) {
    .uc_concept_orders .table-responsive {
        overflow: visible;
    }
    .uc_concept_orders table a,
    .uc_concept_orders table span,
    .uc_concept_orders table td {
        font-size: 12px !important;
    }

    .uc_concept_orders th,
    .uc_concept_orders td {
        padding-left: 5px !important;
        white-space: normal !important;
    }

    .uc_concept_orders tbody,
    .uc_concept_orders table {
        display: flex;
        flex-flow: column;
    }

    .uc_concept_orders table {
        display: flex;
        flex-flow: column;
    }

    .uc_concept_orders tr {
        display: flex;
        flex-flow: row wrap;
    }

    .uc_concept_orders tr:first-child{
        display: none !important;
    }

    .uc_concept_orders td {
        border: none !important;
    }

    .uc_concept_orders table .number {
        order: 1;
        width: 100% !important;
        border-bottom: none !important;
    }

    .uc_concept_orders table .number {
        order: 1;
        width: 100% !important;
        border-bottom: none !important;
        padding-bottom: 0;
    }

    .uc_concept_orders table .date {
        order: 3;
    }

    .uc_concept_orders table .amount {
        order: 4;
    }

    .uc_concept_orders table .delete {
        order: 5;
        margin-left: auto;
        padding: 0;
    }

    .uc_concept_orders table td:nth-child(3) {
        order: 2;
        width: 100% !important;
        border-top: none !important;
        padding-top: 0;
        padding-bottom: 0;
    }
}
/* END BESPOKE */