@media print {
    @page {
        margin-top: 0;
        margin-bottom: 0;
    }

    body {
        font-size: 0.9rem;
        color: #666 !important;
	    background-color: #fff !important;
    }

    .border-top {
        border-top: none !important;
    }

    .gradient-bar {
        display: none !important;
    }

    .bg-primary,
    .badge-primary,
    .text-primary {
	-webkit-print-color-adjust:exact !important;
	print-color-adjust:exact !important;
    }
}