/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

@media print {
    body{font-size: 8px;
    margin: 0;
    }
 .rotated-text {
     display: inline-block;
     overflow: hidden;
     margin-top: -30px;
     margin-bottom: -35px;
     width: 3.5em;
     line-height: 1.5;
     margin-left: -5px;
     text-align: center;
 }
 .rotated-text__inner {
     display: inline-block;
     white-space: nowrap;

     transform: translate(0,100%) rotate(-90deg);
     transform-origin: 0 0;
 }
.rotated-text__inner:after {
     content: "";
     float: left;
     margin-top: 50%;
     margin-bottom: 50%;
 }


  .rotated-text__inner li{
     list-style: none;
     line-height: 10px;
 }

    .header_bg, #slide_panel, .header_bg, header, .navbar, .breadcrumb, input, select, button, .page_footer, h1, a{
        display: none;

    }
    table {
        border-width: 1px;
        border-collapse: collapse;
    }
    .inf {
        margin-left: -15px;
    }
   .inf li{
        word-break: break-all;
        list-style: none;
        line-height: 7px;
        margin-left: -25px;
        text-align: center;
    }

}