@media print {
body {
color: #000;
background: #fff;
font-family: 'Times New Roman', serif;
}
.htr-rosary-guide,
.htr-daily-devotion {
box-shadow: none !important;
border-color: #000 !important;
background: #fff !important;
color: #000 !important;
}
.htr-print-guide,
.site-header,
.site-footer {
display: none !important;
}
a::after {
content: '';
}
body.htr-printing-guide {
background: #fff;
color: #000;
} body.htr-printing-guide > *:not([data-htr-print-target]) {
display: none !important;
visibility: hidden !important;
}
body.htr-printing-guide [data-htr-print-target] {
margin: 0 !important;
padding: 0.5in !important;
max-width: 100% !important;
width: auto !important;
box-shadow: none !important;
background: #fff !important;
color: #000 !important;
position: static !important;
visibility: visible !important;
}
body.htr-printing-guide [data-htr-print-target] * {
visibility: visible !important;
}
body.htr-printing-guide a::after,
body.htr-printing-guide .htr-print-guide {
display: none !important;
content: '';
} body.htr-printing-guide .htr-guide-layout {
display: block !important;
}
body.htr-printing-guide .htr-guide-panel {
width: 100% !important;
max-width: none !important;
margin: 0 0 24px 0 !important;
}
body.htr-printing-guide .htr-guide-panel--accent {
margin-top: 0 !important;
}
}