body {
    font-size: 12pt;
    line-height: 1.4;
    color: #000;
    background: none;
    margin: 0;
    padding: 0.5in;
}

nav, .accessibility-controls, footer, video {
    display: none;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 50%;
    height: auto;
    opacity: 0.8;
}

article {
    page-break-inside: avoid;
}

h1, h2, h3 {
    page-break-after: avoid;
}

header {
    background: none;
    color: #000;
    padding: 0;
    text-align: left;
}

header::before {
    display: none;
}

header h1 {
    font-size: 24pt;
    color: #000;
}

table {
    page-break-inside: auto;
}

tr {
    page-break-inside: avoid;
    page-break-after: auto;
}

@page {
    margin: 0.5in;
}

@page :first {
    margin-top: 0;
}