﻿@media print {
    .noprint {
        display: none !important;
    }

    .col-xs-12 col-md-9 col-md-offset-0 {
        display: none;
    }

    .printhide {
        display: none !important;
    }

    .card penal-details backgroundwhite dataTable-changes printhide {
        overflow: scroll;
    }

    .body header {
        display: none !important;
    }

    ._custome-header ul._nav-list {
        display: none;
    }

    ._cp-right-penal {
        display: none;
    }
    html, body {
        overflow: visible !important;
    }

}
