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