﻿.selector::after {
    content: '\A';
}

.boldtext {
    font-weight: bold;
}

ol {
    counter-reset: listStyle;
}

    ol li {
        margin-left: 1em;
        counter-increment: listStyle;
        text-align: justify;
    }

        ol li::before {
            counter-increment: subsection;
            content: counter(listStyle, lower-alpha) ")" " ";
            font-weight: bold;
            text-align: justify;
        }

@media print {
    .defaultpageheader {
        display: none !important;
    }

    .login-form {
        display: none !important;
    }

    .headerff {
        margin-bottom: 20px !important;
    }

    .imgprint {
        display: none !important;
    }

    footer {
        display: none !important;
    }

    nav {
        display: none !important;
    }

    @page {
        size: auto;
        margin: 5mm 0 5mm 0;
    }
}
