.align-right {
    text-align: right !important;
}

.cert_calc {
    font-style: italic !important;
}

.bold {
    font-weight: bold !important;
}

.totals {
    width: 100%;
    display: table;
}

@media print {
    #print_me,
    header, footer {
        display: none;
    }
    @page {
        margin: 0;
    }
    body {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-size: 10pt;
    }
    * {
        box-sizing: border-box;
    }
    img, table {
        max-width: 100%;
        height: auto;
    }
}
