.gtea-widget-wc-order-received {
    table.shop_table {
        border: none;
        border-collapse: collapse;
        margin: 0;
        thead, tbody, tfoot, th, td, tr {
            border: none;
        }
        tbody, tfoot {
            th, td {
                border-top: 0;
            }
        }
    }
    .woocommerce-customer-details address {
        border: none;
    }
    ul.order_details {
        display: flex;
        flex-wrap: wrap;
        li {
            display: inline-flex;
            flex-direction: column;
            float: none;
            border: none;
        }
    }
    .button {
        display: inline-flex !important;
    }
}