@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    .cresponsive-table table, .cresponsive-table thead, .cresponsive-table tbody, .cresponsive-table th, .cresponsive-table td, .cresponsive-table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .cresponsive-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .cresponsive-table tr {
        border: 1px solid #dd4814;
    }

    .cresponsive-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    .cresponsive-table .table > tbody > tr > td{
        padding-left: 35%;
        min-height: 35px;
    }

    .cresponsive-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }


    /** Specific Table Starts **/

    /** Order History Starts **/
    .page-user-order-history #block-system-main table table, .page-user-order-history #block-system-main table thead, .page-user-order-history #block-system-main table tbody, .cresponsive-table th, .page-user-order-history #block-system-main table td, .cresponsive-table tr {
        display: block;
    }
    .page-user-order-history #block-system-main table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .page-user-order-history #block-system-main table tr {
        border: 1px solid #dd4814;
        float: left;
        width: 100%;
    }
    .page-user-order-history #block-system-main table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        min-height: 35px;
    }
    .page-user-order-history #block-system-main table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .page-user-order-history #block-system-main table td:nth-of-type(1):before {
        content: "Order #";
        font-weight: bold;
    }
    .page-user-order-history #block-system-main table td:nth-of-type(2):before {
        content: "Created";
        font-weight: bold;
    }
    .page-user-order-history #block-system-main table td:nth-of-type(3):before {
        content: "Products";
        font-weight: bold;
    }
    .page-user-order-history #block-system-main table td:nth-of-type(4):before {
        content: "Status";
        font-weight: bold;
    }
    .page-user-order-history #block-system-main table td:nth-of-type(5):before {
        content: "Total";
        font-weight: bold;
    }
    .page-user-order-history #block-system-main table td:nth-of-type(6):before {
        content: "Details";
        font-weight: bold;
    }
    /** Order History Ends **/
    /** Order History Starts **/
    .view-id-uc_orders_user table td:nth-of-type(1):before {
        content: "Date";
        font-weight: bold;
    }
    .view-id-uc_orders_user td:nth-of-type(2):before {
        content: "Order #";
        font-weight: bold;
    }
    .view-id-uc_orders_user table td:nth-of-type(3):before {
        content: "Status";
        font-weight: bold;
    }
    .view-id-uc_orders_user table td:nth-of-type(4):before {
        content: "Products";
        font-weight: bold;
    }
    .view-id-uc_orders_user table td:nth-of-type(5):before {
        content: "Total";
        font-weight: bold;
    }
    /** Order History Ends **/
    /** Page User Purchased Files **/
    .page-user-purchased-files #block-system-main table table, .page-user-purchased-files #block-system-main table thead, .page-user-purchased-files #block-system-main table tbody, .page-user-purchased-files th, .page-user-purchased-files #block-system-main table td, .page-user-purchased-files tr {
        display: block;
    }
    .page-user-purchased-files #block-system-main table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .page-user-purchased-files #block-system-main table tr {
        border: 1px solid #dd4814;
        float: left;
        width: 100%;
    }
    .page-user-purchased-files #block-system-main table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        min-height: 35px;
    }
    .page-user-purchased-files #block-system-main table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .page-user-purchased-files #block-system-main table td:nth-of-type(1):before {
        content: "Purchased";
        font-weight: bold;
    }
    .page-user-purchased-files #block-system-main table td.empty:before{
        content: "";
    }
    .page-user-purchased-files #block-system-main table td.empty{
        padding-left: 0;
        text-align: center;
    }
    .page-user-purchased-files #block-system-main table td:nth-of-type(2):before {
        content: "Filename";
        font-weight: bold;
    }
    .page-user-purchased-files #block-system-main table td:nth-of-type(3):before {
        content: "Description";
        font-weight: bold;
    }
    .page-user-purchased-files #block-system-main table td:nth-of-type(4):before {
        content: "Downloads";
        font-weight: bold;
    }
    .page-user-purchased-files #block-system-main table td:nth-of-type(5):before {
        content: "Addresses";
        font-weight: bold;
    }
    /** Page User Purchased Ends **/

    /** Specific Table Ends **/
}