
.container-table table tr{
   height: 20px;
}
.container-table{
    font-size: 10px;
}
@media print{
    @page {
        size: landscape;
        size: A4;
        margin: 0px;
    }

    html, body {
        width: 210mm;
        /* height: 297mm; */
        height: 282mm;
        font-size: 11px;
        background: #FFF;
        overflow:visible;
    }
    body {
        padding-top:15mm;
    }  // text-align: center;
    .container-table table{
        border: 2px solid black;
    }
    .container-table table tr{
       height: 20px;
    }
    .container-table{
        font-size: 10px;
    }
}