﻿.footer {
    margin-bottom: 50px;
}

.marketFooter {
    /*margin-bottom:50px;*/
}

 @media print {
    .photoSheets > div:first-of-type > .footer.portraitFooter {
        margin-top: 38px !important;
    }
    .footer {
        margin-bottom: 0px;
    }
}

.photoSheets > div:last-of-type > .footer {
    margin-bottom: 0px !important;
    page-break-after: avoid;
}

