﻿
@media print {
	.refBlockContainer {
		display: none !important;
	}
	.est_1_page {
		width: 70%;
		margin: auto;
		padding: 0px;
	}

	.est_1_page {
		width: unset!important;
	}

	@page {
		margin-top: 0px!important;
		margin-bottom: 0px!important;

		size: A4 portrait!important;
	}
}

.empty_class {
}

.zero_padding {
	padding: 0px!important;
}

.stop-scrolling {
	height: 100%;
	overflow: hidden;
}

.refBlockContainer {
	width: 100%;
	height: 2300px;
	display: block;

/*	background-color: limegreen;*/
}

.classItem {
	width:100%;
	height: 5px;
	background-color: gray;
	font-size:5px!important;
	color: black;
}

.classItem:hover {
	background-color: yellow;

}
