@media print {
/* master */
th {
    color: black;
    border: 1px black solid;
    padding: 0.25rem;
}
td {
    font-size: 0.75rem;
    border: 1px black solid;
    padding: 0.25rem;
}
/* text */
p {
    font-size: 0.85rem;
}
/* tools */
.padding {
    padding: 0 1rem;
}
.spacer_alt {
    display: none;
    height: unset;
}

/* navigation */
.navigation {
    display: none;
}

/* shift progress */
#shift_progress {
    flex-direction: column;
    gap: 0.5rem;
}

#shift_progress_card {
    display: flex;
    width: 100%;
    height: 4rem;
}

#shift_progress_card .image_consumer {
    display: none;
}

/* page table */
.page_table .filter_table {
    display: none;
}
.page_table table tbody td i {
    display: none;
}

table td:last-child,
table th:last-child {
  display: none;
}

/* footer */
.footer {
    display: none;
}

} 