﻿@media print {

    div.content {
        margin: 5px !important;
        padding: 0;
    }

    .content:after {
        display: block;
        content: "";
        margin-bottom: 355.6mm;
    }

    div.sidebar {
        display: none;
    }

    .print-hide {
        display: none;
    }

    .print-centered {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    /*For charts*/
    canvas {
        margin: 0 auto;
    }

    /*Doesn't seem to work like I'd want it to.*/
    .print-section {
        page-break-before: auto;
        page-break-inside: avoid;
    }

    a {
        color: black;
        text-decoration: none !important;
    }

    .print-footer {
        position: static;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        line-height: 1em !important;
    }
}
