@media print {
    .hidden-print {
        display: none !important;
    }
}

body {
    background-color: #fff;
}

.dt-print-view {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 12px;
    color: #111;
}

.dt-print-view table.dataTable {
    width: 100% !important;
    border-collapse: collapse !important;
}

.dt-print-view table.dataTable thead th,
.dt-print-view table.dataTable tfoot th {
    background-color: #f4f6f8;
    color: #2c2c2c;
    border-top: 2px solid #c0c6cc;
    border-bottom: 2px solid #c0c6cc;
    border-right: 1px solid #d5d9dd;
    padding: 8px 10px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.dt-print-view table.dataTable thead th:first-child,
.dt-print-view table.dataTable tfoot th:first-child {
    border-left: 1px solid #d5d9dd;
}

.dt-print-view table.dataTable tbody td {
    border-right: 1px solid #d5d9dd;
    border-bottom: 1px solid #e1e4e8;
    padding: 7px 10px;
}

.dt-print-view table.dataTable tbody tr:last-child td {
    border-bottom: 2px solid #c0c6cc;
}

.dt-print-view table.dataTable thead th:last-child,
.dt-print-view table.dataTable tbody td:last-child,
.dt-print-view table.dataTable tfoot th:last-child {
    border-right: 2px solid #c0c6cc;
}