.sales-order-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    width: 50% !important;
    padding-right: 15px !important;
    clear: both !important;
    margin-bottom: 10px !important;
    float: left !important;
}
.sales-order-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box:nth-child(2n) {
    clear: none !important;
    padding-right: 0 !important;
}
.account .column.main .order-details-items {
    clear: both;
}

table {
	width: 100% !important;
	display: table !important;
}
table thead {
	display: table-header-group !important;
}
table th,
table td {
	display: table-cell !important;
}
/*
table tbody {
	display: table-column-group !important;
} */
table tfoot {
	display: table-footer-group !important;
}
table tr {
	display: table-row !important;
}
.account td:first-child ,.account th:first-child {
    width: 230px !important;
}
.account.sales-order-print button.cart-info-header {
    display:none;
}
.sales-order-print.account .order-details-items table th {
    width: 100%;
}
div#___ratingbadge_0 {
    display: none !important;
}
.sales-order-print .order-details-items {
    margin-top: 40px !important;
}
