﻿/* STYLES FOR PRINT VERSION */

html, body { overflow-x: hidden; }
h1, h2, h3 {
    page-break-after: avoid;
}

img {
    max-width: 100% !important;
}

ol, ul, img {
    page-break-inside: avoid;
}
     
@page {
    margin: 2cm;
}

.no-print {
    display: none;
}

.modal,
.modal .modal-dialog {
    width: 100%;
    display: table;
    position: relative;
}

.modal .to-label,
.modal .btn {
    display: none;
}