2019-06-02 05:35:48 +00:00
|
|
|
@media print {
|
2020-04-02 06:34:22 +00:00
|
|
|
body {
|
|
|
|
color: #333;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 0.85em;
|
|
|
|
}
|
2019-06-02 05:35:48 +00:00
|
|
|
|
2020-04-02 06:34:22 +00:00
|
|
|
label {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2019-06-02 05:35:48 +00:00
|
|
|
|
2020-05-25 04:09:27 +00:00
|
|
|
tr { page-break-inside:avoid; }
|
2020-04-02 06:34:22 +00:00
|
|
|
thead { display:table-header-group; }
|
|
|
|
tfoot { display:table-footer-group; }
|
2019-06-02 05:35:48 +00:00
|
|
|
|
2020-04-02 06:34:22 +00:00
|
|
|
.table-responsive {
|
|
|
|
overflow: visible !important;
|
|
|
|
}
|
2020-01-11 02:36:11 +00:00
|
|
|
}
|