﻿@media print {
    @page {
        size: A4;
        size: portrait;
        margin: 0.25;
    }

    .remove {
        display: none;
    }

    #printPageButton {
        display: none;
    }

    .scrollup {
        display: none;
    }
    /* .container {
        display: none;
    }
*/
    .right {
        float: right;
    }

    .hide {
        display: initial;
    }

    .flr {
        text-align: right;
    }

    .footer {
        display: none;
    }

    body {
        position: relative;
        height: 100%
    }

/*    .friends {
        margin-top: 12%
    }*/

    .card {
        height: 90vh;
    }

    .card-bottom {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: block;
    }
    .invoice-body{
        background-image: url('/image/paidBackground.png') no-repeat center;
    }
    #stamp {
        position :relative;       
    }
}
