@media print {
    html, body {
        width: 210mm !important; // A4 Paper width
        height: 274mm !important;
        display:inline-block !important;
    }
    h2 {
        max-height: 28px !important;
    }
    .container {
        margin-top: 0px !important;
    }
    #headings {
        height: 54mm !important;
    }
    #cardimgg {
        height: 220mm !important;
    }
    .options {
        display:none !important;
    }
    .alert {
        display:none !important;
    }
    #map {
        display:none !important;
    }
    #locations {
        width:100% !important;
    }
    .footer-top {
        display:none !important;
    }
    .footer-bottom {
        display:none !important;
    }
    .header-wrapper {
        display:none !important;
    }
    .card {
        height: 100% !important;
    }
    .card img {
        height: 100% !important;
    }
    #logo-card {
        height: 100px !important;
    }
    #where {
        margin-top:100px !important;
    }
    a[href]:after {
        content:none !important;
    }
    #stats_div {
        height: 100% !important;
    }
    #qrcode {
        position: absolute !important;
        bottom: 0px !important;
        right: 0px !important;
    }
}