﻿@page {
    size: A4;
    margin: 0;
    padding:15px;
}

@media print {
    .shroud {
        display: none;
    }
}

@media screen {
    body.product-sheet {
        overflow:hidden;
    }
    .shroud {
        position: absolute;
        width: 100%;
        background: #FFF;
        z-index: 1000;
        height: 100%;
    }
}

body.product-sheet {
    background: #fff;
}

table.container {
    page-break-after: always;
}

thead.header {
    display: table-header-group;
}

tfoot.footer {
    display: table-footer-group;
}

.image-properties {
    max-height: 140px;
    max-width: 140px;
}

#product-sheet-head h1 {
    padding: 0;
}

h1, h2, h3 {
    margin: 0px !important;
}

img {
    max-width: 100%;
}

#product-sheet-footer {
    position: fixed;
    bottom: 0;
    padding-top:15px;
}