@media print {
	head, #top-header, #top-menu, #top_footer, #tab-menu {
		display: none;
	}
	html, body {
		color: black;
		background-color: white;
		height: auto;
		margin: 0;
		padding: 0;
		min-width: 1260px;
	}
	a {
		text-decoration: underline;
	}
	img {
		border: 0;
	}
	#top-header-paint {
		/*	position: fixed; */
		top: 0;
		display: flex;
	}
	#top-header-paint img {
		height: 55px;
	}
	#top_footer-print {
		position: fixed;
		bottom: 0;
		display: flex;
	}
	#preview_sender {
		margin-right: 30px;
	}
	#button {
		display: none;
	}
	/* firefox */
	@-moz-document url-prefix () {
		html , body {
			display:block;
		}
		#wrapper {
			display: block;
		}
	}
}

/* ie11 */
@media print and (-ms-high-contrast:none) {
	html, body {
		display: block;
	}
	#wrapper {
		display: block;
	}
}

@page {
	size: A4;
}