﻿@media print {
    @page {
        margin: 0.5cm;
    }

    #topbar, header, #appnav, aside, footer, .header_banner, .bread_crumbs, .printloginlinks {
        display: none;
    }

    img {
        max-width: 500px;
        border: 0;
    }

    body {
        font: 12pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
    }

    h1 {
        font-size: 24pt;
    }

    h2 {
        font-size: 16pt;
        margin-top: 25px;
    }

    h2 {
        font-size: 14pt;
        margin-top: 25px;
    }

    blockquote, ul {
        margin: 0;
    }

    ul {
        list-style: none;
    }

    header:before {
        content: "www.MightyMiramichi.com - Thank you for printing our content. Please check back soon for new News, Events, Deals, and Local Updates.";
    }

    section {
        margin: 0px;
        box-shadow: none;
    }
}