/* 
    file:		print.css
    created:	2020-09-21
    author:     C. Oesterreich
    mail:		info@541grad.de
    company:	jetzt-GmbH & 541grad.de
*/

@page {
    margin-top: 1cm;
    margin-bottom: 1cm;
    margin-left: 1cm;
    margin-right: 1cm;
}

.printLogo {
    height: 3rem;
    padding-bottom: 1rem;
}

.printLogo img {
    height: 100%;
}

.top {
    display: none;
}

.sideNav {
    display: none;
}

table {
    width: 100%;
}

td {
    padding: 0.5em;
    border-bottom: 0.1em solid black;
}
