@page {
    size: auto;
}

html, body {
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 1rem !important;
    /*width: 210mm;*/
    /*height: 297mm;*/
}

body {
    margin: 0;
    padding: 0;
    overflow-y: visible;
}

.w-print-100 {
    width: 100% !important;
}

.radio-label-vertical {
    padding: 0 2px;
}

.hidden-print {
    display: none !important
}

.content {
    max-width: 100%;
}

.tooltip.show {
    visibility: hidden;
}

.print-page-break {
    page-break-before: always;
}