/*
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 : 25/01/2014, 12:42:23 Author     : gerardpastor
*/
body { background: #eeeeee; padding-top: 0; }

.print-toolbar { width: 100%; padding: 10px; position: fixed; top: 0; background: #fff; box-shadow: 0 0 0 1px #D1D1D1, 0 0 4px 1px #CCCCCC; z-index: 1; }
.print-toolbar .head { width: 816px; margin: 0 auto; display: block; }

.print-page { background: #fff; width: 816px; border: 0; box-shadow: 0 0 0 1px #D1D1D1, 0 0 4px 1px #CCCCCC; margin: 80px auto; padding: 96px 96px; padding: 76px; }

@media print { body { background: #fff; }
  .print-toolbar { display: none; }
  .print-page { box-shadow: none !important; margin: 0; padding: 20px; width: auto; } }
