/*
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.
*/
/* 
    Created on : 03.01.2016, 22:11:41
    Author     : lars
*/
@page {
  size: auto;
  margin: 1.5cm;
}
@media print {
  body,
  html {
    font-family: Arial, Helvetica, "Arial Unicode MS", "Arial Unicode MS Standard", sans-serif;
  }
  label,
  strong {
    font-weight: bold !important;
  }
}
/*
++Improvement: dont-break css rule to avoid page-breaks within tables.
.dont-break{
    page-break-inside: avoid !important;
}
*/
