body {
    font-size: 12pt;
    color: #000;
    background: none;
    line-height: 1.5;
    margin: 1.5cm;
}

header,
nav,
aside,
footer,
.menu,
.sidebar {
    display: none !important;
}

.container {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
  }

video,
.video-container {
    display: none !important;
}

.hide-at-print
{
    display: none !important;
}

img {
    width: 50%;
    height: auto;
    display: block;
    page-break-inside: avoid;
}

a {
    color: #000;
    text-decoration: none;
}

section,
article {
    page-break-inside: avoid;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #999;
    padding: 4px;
}

h1,
h2,
h3,
h4 {
    color: #000;
    margin-top: 1.5em;
}

* {
    background: none !important;
    box-shadow: none !important;
}