
@media print {
    .btn {
        border: 0;
        box-shadow: 0;
    }
   .fa {
        display: none;
    }
.jumbotron {
    height: auto !important;
}
.thumbnail {
border: 0;
width: auto;
height: auto;
margin: 0 auto;
text-align: center;
}

.panel, .panel-heading, .panel-body, .panel-success {
border: 0 !important;
box-shadow: 0;
width: auto;
height: auto;
}

#maincontent a, main a {
    border-bottom: none !important;
}

.dataTables_wrapper .dataTables_filter {
    display: none !important;
}
h1 {
    margin-top: 20px !important;
}

table.dataTable thead th.sorting_asc:after {
    display: none !imporant;
}

}