@media print {
    a[href]:after {
        content: none !important;
    }
    header,nav,footer,.footer,.footer-copyright,.sidebar,form{
        display: none;
    }
    @page {
        margin: 0.5cm;
        size: A4 portrait;
    }
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .btn {
        display: none;
    }
    .col-xs-11 {
        width: 80%;
        padding-right: 0;
        padding-left: 0;
    }
    .col-xs-1 {
        width: 20%;
    }

    .profile-picture img {
        width: 100px;
        height: 80px;
    }
    table, tbody,thead, tr ,td {
        border: 1px solid #000 !important;
    }

    .table-bordered {
        border: 1px solid #000 !important;
    }

    .table-bordered > tbody > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th {
        border: 1px solid #000 !important;
    }
    td, th {
        padding: 3px !important;
    }
    .content {
        margin: 0;
        padding: 0;
    }
    .student_result {
        page-break-after: always;
        margin: 0;
    }
}
