/*
Schobi License
All rights reserved!
*/
/* 
    Created on : 2023-03-26, 22:54:34
    Author     : schobi
*/


.noprint {
    display: none;
    visibility: hidden;
}

#footer {
    position: fixed;
    right: 0px;
    bottom: 10px;
    text-align: center;
    border-top: 1px solid black;
}
#footer .page:after {
    content: counter(page, decimal);
}
@page {
    margin: 20px 30px 40px 50px;
}
 