.jor-manure-calculate__sum th {
    text-wrap: balance;
}

.jor-manure-calculate__result {
    background: #f8f6e8;
    padding: 1rem;
}

.jor-manure-calculate__result h2.subheading {
    margin-top: 1rem !important;
}

.jor-manure-calculate__result table {
    width: 100%;
}

.env-table {
    width: 100%;
}

@media print {
    .jor-page-header-wrapper .jor-logotype-head img {
        padding: 1rem 1rem 0.5rem;
    }
    .jor-manure-calculate__choice {
        display: none;
    }
    @page {
        size: landscape;
    }
    .jor-manure-calculate__sum,
    .jor-manure-calculate__result {
        page-break-inside: avoid;
    }
    table * {
        font-size: 0.825rem !important;
    }
    .env-table thead th {
        font-size: 0.75rem !important;
    }
    .feedback,
    p,
    .sv-text-portlet ul {
        display: none;
    }
    .jor-manure-calculate__note,
    .jor-manure-calculate__note * {
        display: block !important;
    }
}