nav, header, footer, button, input, select, textarea,
.form-check, .btn, video, iframe {
    display: none;
}

img {
    size: 70;
}

body, .container {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12pt;
    background: white;
    color: black;
}

h1, h2, h3, h4 {
    color: black;
    page-break-after: avoid;
}

p {
    page-break-inside: avoid;
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    display: table-header-group;
}

tr, td, th {
    border: 1px solid black;
    padding: 4px;
    color: black;
}