﻿@page {
    size: A4 landscape;
    margin: 0mm; /* Set margin on each page */
}

@media print {
    body {
        font-size: 100%;
    }

    h2 {
        font-size: 100%;
    }

    h3 {
        font-size: 100%;
    }

    h4 {
        font-size: 100%;
    }

    h5 {
        font-size: 100%;
    }

    h6 {
        font-size: 100%;
    }

    .pagebreak {
        page-break-before: always;
        height: 1px !important;
    }

    .col-4-print {
        width: 49.5% !important;
    }

    .editing {
        display: none;
    }

    script {
        display: none;
    }
}

.editable:hover, .editable p:hover {
    cursor: pointer;
    border: 1px solid lightgrey;
}

.no-pointer {
    cursor: default !important;
}

.font-88 {
    font-size: 88%;
}

.font-80 {
    font-size: 80%;
}

.font-90 {
    font-size: 90%;
}

.font-w-800 {
    font-weight: 800;
}

.b-collapse {
    border-collapse: collapse;
}