
@media print {

    .menu-bar, #semi-footer, #footer {
        display: none;
    }

    body {
        font-size: 10px;
    }

    .table-striped tr:nth-child(odd) td {
        background: #dadada !important;

    }

    .table tr td:nth-child(1) {
        text-transform: capitalize;
    }

    th {
        
        color: black !important;
        font-weight: bold;

    }

    .btn {
        display: none;
    }

    ul {
    padding-left:0;
    }

}