.slp-report-hide {
    display: none !important;
}

#slp-report-print {
    margin-left: 8px !important;
}

/* Druckansicht */
@media print {

    @page {
        size: A4 landscape;
        margin: 12mm;
    }

    html,
    body {
        background: #ffffff !important;
        color: #000000 !important;
    }

    #slp-report-print,
    button {
        display: none !important;
    }

    aside,
    nav,
    .sidebar {
        display: none !important;
    }

    main,
    .main,
    .content {
        width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    table,
    tr,
    th,
    td,
    section,
    article,
    div {
        border-color: #cccccc !important;
    }
}
