* {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -ms-filter: none !important;
    filter: none !important;
    background-color: transparent !important;
}
body {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    font-size: 12pt;
}
h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
}
h1, h2, h3, h4, h5, h6,
blockquote,
code, pre,
tr,
img {
    page-break-inside: avoid;
}
p {
    orphans: 3;
    widows: 3;
}
thead {
    display: table-header-group;
}
a:link {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")";
}
a[href^="#"]:after {
    content: "";
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
img {
    max-width: 100% !important;
}
header,
nav,
footer{
    display: none;
}
.container {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
