/* Print styles */
.no-print {
    display: none !important;
}

body * {
    border-color: #000 !important;
    color: #000 !important;
    opacity: 1 !important;
}

body .inview {
    visibility: visible;
}