﻿
.NoPrint,
#SecondaryContent,
.HeaderBar,
#Header,
#TopNav,
#Footer,
#TertiaryContent,
.FooterOuter,
.CookieConsent,
.CheckoutRegister 
{
    display: none;
}

#Container
{
    border:0 !important;
}

h2, h1
{
    color:#000;
}

.receiptConfirmation
{
   border:0 !important;
}

a[href]:after {
    content: "";
}

/*** Reset DataTables ***/

table.DataTable thead {
    display:table-header-group !important;
}

table.DataTable tbody {
    display: table-row-group !important;
}

table.DataTable tfoot {
    display: table-footer-group !important;
}

table.DataTable thead tr,
table.DataTable tbody tr,
table.DataTable tfoot tr {
    display: table-row !important;
    width: auto !important;
    float: none !important;
}

table.DataTable thead tr td,
table.DataTable thead tr th,
table.DataTable tbody tr td,
table.DataTable tbody tr th,
table.DataTable tfoot tr td,
table .DataTable tfoot tr th {
    display: table-cell !important;
    width: auto !important;
    float: none !important;
}

table.DataTable .visible-xs {
    display:none !important;
}

/*** Reset DataTables ***/


.OrderAddresses .OrderAddress {
    width:50%;
}
