@media print {
	html, body { background-color : #ffffff !important; overflow-y: hidden; }
	body::-webkit-scrollbar { width: 0 !important; }
	body > div, .ko-lf-print, .modal-header button, .modal-footer .button { display : none; }
	.modal-dialog { margin-top: 20px; overflow-y: hidden !important; }
	.modal-header { display: none; }
	.modal-body { display : block !important; }
	.modal-content { font-size: smaller; box-shadow: none !important; border-radius: 0; border: 0 none !important; }
	.ko-lf-header { font-size: 18px; }
	.ko-lf-col-name { padding: 2px; margin-right: 5px; }
	.ko-lf-col-value { padding: 2px; }
	.ko-lf-logo { display: block; }
}