
	#print #npa-text {
		height: 90vh;
		margin-top: 5vh;
	}


@media print {
	#npa-text {
		height: 100%;
		overflow-y: visible;
	}

	a{
		border:0;
		text-decoration:none;
	}

  a img{
		border:0
	}

	a:after {
		content: none!important;
	}

  /*  a:after {
		content:" (" attr(href) ") ";
		font-size: 90%;
	}

   a[href^="/"]:after {
		content: " (gisnpa-dnr.ru/" attr(href) ") ";
	}*/

	* {
		font-size: 14pt !important;
		line-height: 1.5 !important;
		margin-bottom: 2.5px !important;
		margin-top: 2.5px !important;
		font-family: 'Times New Roman', serif !important;
	}

	.nextpage {
		display:block;
		page-break-before:always;
	}

	.regstamp {
		width: 170pt;
		float: right;
		line-height: 1 !important;
	}

	.regstamp * {
		font-size: 8pt !important;
	}
	
	.watermark {
		display: block;
        z-index: 7778;
        position: fixed;
        width: 100vw;
        height: 100vh;
	}
	.watermark img {
		width: 100%;
		padding-top: 30vh;
	}
}


#startPrint, #closeWin {
	position: fixed;
	margin: 10px;
}

#startPrint {
    right: 100px;
    width: 120px;
    height: 35px;
    background-image: url(startPrint.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#closeWin {
    right: 20px;
    width: 75px;
    height: 35px;
    background-image: url(closeWin.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

button:focus,
button:active {
	outline: none;
}
