﻿@media print{
    @page {
        size: A4 landscape;
    }

    @page {
        margin-top: 0;
        margin-bottom: 0;
    }

    body {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .headerRight, .menu, .headerFacebook, .breadcrumb, footer, .pageLeft, .tickets a, .actions, .social {
        display: none !important;
    }

    .pageCenter, .pageRight, .pageFooter {
        overflow: visible !important;
        height:auto !important;
        float:none !important;
        width:100% !important;
    }
        .pageFooter{
            min-height:500px;
        }
        .siteContainer {
            margin-top: 10px;
            height: auto !important;
        }
    .logo{
        margin-bottom:10px;
    }
}