/*
* Print stylesheet for investnow
*
*/
@media print{
    html, body{
        height: 80%;
    }
    md-whiteframe{
        display:none;
    }
    #PrintLogo {
        display: block !important
    }
    
    #PrintLogo img {
        width: 250px;
        height: 60px;
        margin-top: 15px
    }

    @page :left {
        margin: 0.5cm;
    }

    @page :right {
        margin: 0.8cm;
    }
    .donut-chart {
        margin-left:-150px
    }


    table {
        page-break-inside:  auto
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto
    }

    thead {
        display: table-header-group
    }

    tfoot {
        display: table-footer-group
    }
}