/*
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 : Mar 18, 2015, 2:36:53 PM
    Author     : sebastian
*/

@page { size:8.5in 11in; margin: 60pt 0 62pt 0;  }

@page :first {margin: 60pt 0 62pt 0; }

@media print 
{
    body {
        font-size-adjust: 0.90;
    }

    div.pdf-header{
        flow: static(header); 
        display: block !important;
    }
    div.pdf-footer {
        flow: static(footer);
        display: block !important;
    }
    div.pdf-hide {
        display: none !important;
    }

    .slick-arrow {
        display: none !important;
    }

    div#page-content {
        padding: 10px 25px;
        box-shadow: none;

    }

    div#wrap>.container {
        padding: 0;
    }

    h2.print-header {
        padding: 15px 0;
        border-bottom: 2px solid #8c9cad;
    }

    div.day-details {
        padding: 0 15px 0 0 ;
    }
}