@media print {
    @page {
        size: landscape
    }
}

body.dt-print-view {
    background-color: transparent !important;
    color: #000 !important
}

body.dt-print-view h1 {
    font-size: 1.3em !important;
}

body.dt-print-view table>*>*>*.print-hide {
    display: none;
}

body.dt-print-view table {
    border-collapse: collapse !important;
}

body.dt-print-view table>* {
    border-color: #000 !important;
}

body.dt-print-view table>*>*>* {
    padding: .2rem !important;
    border: 1px solid #000 !important;
    background-color: transparent !important;
    font-size: 1em !important;
    color: #000 !important
}

body.dt-print-view table>tbody>tr:hover>* {
    background-color: transparent !important;
    box-shadow: inset 0 0 0 9999px transparent !important;
}

body.dt-print-view table>tbody>tr>*.active {
    background-color: transparent !important
}

body.dt-print-view table>tbody>tr>*.nowrap {
    white-space: nowrap !important
}