﻿@media print {
    @page {
    margin: 0.5cm;    
}
html{ position: relative;}
    .fixheight {
        position: relative;
        background: rgba(255, 255, 255, 0.1);
        /*background-repeat: repeat-y;*/
        -webkit-print-color-adjust: exact !important;
        page-break-inside: avoid;
    }

        .fixheight:before {
            content: ' ';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 25%;
            height: 100%;
            z-index: -1;
            opacity: 0.6;
            background-image: url(bg-chu-print.png) !important;
            background-size: 100% 10.3in;
            -ms-background-size: 100% 10.3in;
            -o-background-size: 100% 10.3in;
            -moz-background-size: 100% 10.3in;
            -webkit-background-size: 100% 10.3in;
        }
        p { margin: 0px; }
        .none{ display: none;}
  
        /*.borderTwo:nth-child(n+2){border-top:1px solid #000;}*/

}
html{ position: relative;}

.fixheight {
  position: relative;
   background: rgba(255, 255, 255, 0.1);
    /*background-repeat: repeat-y;*/
    page-break-inside: avoid;
}
.fixheight:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
    background-image: url(bg-chu-print.png) !important;
    background-size: 100% 10.3in;
    -ms-background-size: 100% 10.3in;
    -o-background-size: 100% 10.3in;
    -moz-background-size: 100% 10.3in;
    -webkit-background-size: 100% 10.3in;
}
        p { margin: 0px; }
        .none{ display: none;}
        /*.borderTwo:nth-child(n+2){border-top:1px solid #000;}*/
