@page {
size: A4;
margin: 15mm;
font-size: 10pt;
}
@media print {
html, body {
width: 210mm;
height: 297mm;
}
body {
background: white;
padding-bottom: 42pt !important;
}
body .dont-print,
body .paging-and-search,
body .zsiq_floatmain,
body #primary-tooltips,
body #reviews,
body footer,
body #drproperty-contact-sidebar,
body #drproperty-language-popup,
body #wpadminbar {
display: none !important;
}
body .print-stretch {
width: 100%;
max-width: 100% !important;
flex-basis: 100% !important;
}
body img, body figure,
body .print-avoid-break {
page-break-after: avoid;
page-break-inside: avoid;
}
body * {
color: black !important;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
font-size: 18pt !important;
page-break-after: avoid;
page-break-inside: avoid;
}
body img {
page-break-inside: avoid !important;
page-break-after: avoid !important;
}
body blockquote, body table, body pre {
page-break-inside: avoid !important;
}
body ul, body ol, body dl {
page-break-before: avoid;
}
body #property-meta {
margin-top: 5pt;
margin-bottom: 15pt;
}
body #main-content section {
margin-top: 0;
margin-bottom: 15pt;
}
body #content {
margin-bottom: 40mm;
}
body .printed-footer {
border-top: 1px solid black;
padding-top: 2mm;
position: fixed;
bottom: 0;
width: 100%;
line-height: 1em;
font-size: small;
}
}