header,
footer,
aside,
nav,
form,
iframe,
.menu,
.hero,
.adslot {
    display: none;
}
#content {
    width: 100%;
    margin: 0;
    float: none;
}
@page :left {
    margin: 1cm;
}
@page :right {
    margin: 1cm;
}

body {
    font-family: Arial, sans-serif;
    font-size: 8pt;
    line-height: 1;
    background: #fff !important;
    color: #000;
}
table {
    border-collapse: collapse;
    width: 100%;
}
.product {
    float: left;
    width: 600px;
}
.qty {
    width: 50px;
    font-size: 24pt;
    border: 1px solid black;
    text-align: center;
    padding: 6px;
    font-weight: var(--fw-semibold);
    float: right;
    margin-left: 5px;
}
td,
th {
    border: 1px solid black;
    text-align: left;
    padding: 6px;
}

h1 {
    font-size: 24pt;
}
h2,
h3,
h4 {
    font-size: 14pt;
}

.header {
    display: inline-block;
}
