
@media print {

    button,
    .no-print {
        display: none;
    }

    body {
        font-family: Times New Roman, serif;
        font-size: 12pt;
        color: #000;
        background: #fff;
        margin: 20px;
    }

    h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    p {
        margin: 5px 0;
    }

    hr {
        border: 1px solid #000;
        margin: 15px 0;
    }

    #lblTotal {
        font-weight: bold;
        font-size: 14pt;
    }

}