@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }

    body #main-content{
        width:100% !important;
    }
}

.APPROVED {
    color: green;
}

.REJECTED {
    color: red;
}
