body {
	margin: 0;
	color: #000;
	background-color: #fff;
}

* {
	background-image: none !important;
}
*, *:before, *:after, *:first-letter, p:first-line, div:first-line, blockquote:first-line, li:first-line {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

a::after {
  content: " (" attr(href) ")";
}

aside, form, footer, header, iframe, nav,
#loading-popup, #sidebar, #plusbutton,
.breadcrumb, .social-links {
	display: none;
}

h1 {
	break-before: always;
}

img, svg, table, ul {
	break-inside: avoid;
}

img.print, svg.print {
	display: block;
	max-width: 100%;
}

div.wrap::after {
	content: "Copyright zvezdochet.guru";
	display: block;
	text-align: center;
}

section {
	margin-bottom: 2cm;
	page-break-before: always;
}

@page {
	margin: 2cm;
}

@page :first {
	margin-top: 6cm;
}

@page :left {
	margin-right: 4cm;
}

@page :right {
	margin-left: 4cm;
}

#zcontainer {
	width: 100%;	
}
