
@media print{

	body{
		width: 1500px;
		transform: scale(0.85);
		-moz-transform: scale(0.85);
		-webkit-transform: scale(0.85);
		transform-origin: 0 0;
		overflow-y: visible;
		overflow-x: visible;
		}
	.divMain{
		overflow-y: visible;
		overflow-x: visible;
		}

	@page pagename{
		size: A4 landscape;
		margin: 10mm 0mm 5mm 0mm;
		fontsize: 80%;
	}

	.print_pages{
		page : pagename;
		page-break-inside: avoid;
		page-break-after: always;
		position: relative;
	}

	.print_pages:last-child{
	    page-break-after: auto;
	}

	.printnone {
	    display: none;
	}

	.print-textleft{
		text-align: left !important;
		width: 100% !important;
	}

	.print-scrollnone{
		height: 0;
	}

	.print-display-inline{
		display: inline !important;
	}

	.print-tr-25 td{
		height:25px
	}

	.cs-input-td{
		border: 0 !important;
	}

	#navi{
	    display: none;
	}

	#secondary{
	    display: none;
	}

	#footer{
	    display: none;
	}

	table#tab_change td{
		border: 0 !important;
	}
	table#tab_change th{
		border: 0!important;
	}
	td:before {
		border-top: 0 !important;
	    border-bottom: 0 !important;
	}
	tr {
		border-top: 0 !important;
		border-bottom: 0 !important;
	}
	hr {
		display: none;
	}
	.cs-td-before::before{
		border-top: 0 !important;
		border-bottom: 0 !important;
	}
    .cs-td-after::before  {
		border-top: 0 !important;
		border-bottom: 0 !important;
    }
    tr.cs-tr-14px td::before{
		border-top: 0 !important;
		border-bottom: 0 !important;
    }
    tr.cs-tr-15px td::before{
		border-top: 0 !important;
		border-bottom: 0 !important;
	}
    tr.cs-tr-30 td::before{
		border-top: 0 !important;
		border-bottom: 0 !important;
	}

	.uk-slideshow-items{
		overflow: visible !important;
		height: initial !important;
	}

	.uk-slideshow-items>*{
		overflow: visible !important;
	}

	.uk-overflow-auto{
		overflow: visible;
	}

	.uk-slidenav{
		display: none;
	}

	.uk-input, .uk-select, .uk-textarea{
		border:0 !important;
	}

}
