*,
:after,
:before {
    color: #000!important;
    text-shadow: none!important;
    background: 0 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;   
}
/* 
@page {
    size:A4 portrait;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0;
    -webkit-print-color-adjust: exact;
} */

a,
a:visited {
    text-decoration: none;
}

a[href]:after {
    /* content: " (" attr(href) ")"; */
}

abbr[title]:after {
    content: " (" attr(title) ")";
}

a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
}

blockquote,
pre {
    border: 1px solid #999;
    page-break-inside: avoid
}

thead {
    display: table-header-group
}

img,
tr {
    page-break-inside: avoid
}

img {
    max-width: 100%!important
}

h2,
h3,
p {
    orphans: 3;
    widows: 3
}

h2,
h3 {
    page-break-after: avoid
}

.navbar {
    display: none
}

.btn>.caret,
.dropup>.btn>.caret {
    border-top-color: #000!important
}

.label {
    border: 1px solid #000
}

.table {
    border-collapse: collapse!important
}

.table td,
.table th {
    background-color: #fff!important
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #ddd!important
}

/* LAYOUT */

