@page {
  size: auto;
  margin: 0;
  counter-increment: none;
  content: none;
  size: A4;
}

body.print{
  font-family: 'Helvetica',sans-serif;
  margin: 1cm;
  max-width: 1200px;
}
body.print .header{
  padding:0 0 15px 0;
  float: left;
  width: 100%;
}
body.print .header .title{
  font-size: 32px;
  line-height: 1;
  margin: 0 0 10px 0;
  font-weight:bold;
  float: left;
  width: 100%;
}
body.print .header .printed{
  font-size: 14px;
  line-height: 1;
  color: #aaa;
  float: left;
  width: 100%;
}
body.print table{
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  margin-top: 30px;
  float: left;
  width: 100%;
}
body.print table th{
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  text-align: left;
  padding: 5px;
}
body.print table th,
body.print table td{
  padding:8px 5px;
}
body.print table tr.total td{
  border-top: solid 1px #ccc;
}
