.account .page-title-wrapper {
    display: block !important;
}
.prelude-order-links {
    margin-bottom: 0px !important;
    border-bottom: 0px;
}
.order-actions-toolbar .action.print.prelude-order-action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.salesorder-invoice-history .aw-ui-listing .admin__data-grid-outer-wrap .data-grid td,
.salesorder-invoice-history .aw-ui-listing .admin__data-grid-outer-wrap .data-grid th{
    font-size: 15px;
    vertical-align: top;
    line-height: normal;
}

/*.block-collapsible-nav .item a, .block-collapsible-nav .item>strong{
    font-size: 15px;
}*/

.salesorder-invoice-history .admin__data-grid-outer-wrap {
    display: flex;
    flex-direction: column;
}

.salesorder-invoice-history .aw-ui-listing .admin__data-grid-wrap {
    order: 3;
}

.salesorder-invoice-history .aw-ui-listing .admin__data-grid-header:first-child {
    order: 2;
}

.salesorder-invoice-history .aw-ui-listing .admin__data-grid-header:last-child {
    order: 4;
}

.prelude-table.col {
    width: inherit;
}
.prelude-table .product-item-name {
    padding: 0px !important ;
    height: inherit !important;
    font-size: inherit;
}
.prelude-table tr td:first-child {
    white-space: nowrap;
    padding-right: 20px;
}
.prelude-table tr th, .prelude-table tr td{
    text-align: left;
}
.prelude-table tfoot {
    background-color: white;
}
.prelude-table tfoot tr th{
    text-align: right;
    background-color: white;
}

.prelude-table tfoot tr td{
       text-align: left;
       background-color: white;
}

@media screen and (min-device-width: 640px) and (max-device-width: 1279px) {
    .table-wrapper.order-items {
            overflow: scroll;
    }
}
.order-details-items.prelude-items tbody td, .order-details-items.prelude-items thead th{
 width: calc(100% / 4);
}

.prelude-order-links .nav.item {
    width: inherit; !important;
}

.order-details-items.prelude-items .table-wrapper {
    border-bottom:0px !important;
}

.order-details-items.prelude-items tbody td,
.order-details-items.prelude-items thead th {
    width: calc(100% / 4);
    padding-right: 20px;
}

@media (min-width: 769px) {
    .account .column.main .block-content.prelude-details .box {
        width: 33.33% !important;
        padding-right: 5px;
    }
}
@media only screen and (max-width: 639px) {
    .order-details-items.prelude-items tbody td, .order-details-items.prelude-items thead th {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    #maincontent .columns .column.main {
        padding-top: 60px;
    }
    .prelude-order-links.order-links .item strong {
        border-bottom: 0px;
    }
}
