*{
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: 0px 0px 0px #000;
  -moz-text-shadow: 0px 0px 0px #000;
  -webkit-text-shadow: 0px 0px 0px #000;
  color: black;
  border: 0 none;
  background: none;
}

html, .shelf{
  background: none;
}
body{
	background: none;
	padding: 10px;
	margin: 0px;
	font-family: Arial;
	font-size: 10pt;
	color: black;
}

a{
  color: #000 !important;
  text-decoration: none !important;
  pointer-events: none;
}

img{
  opacity: 1;
  filter: alpha(opacity = 100);
}

.admin_info, .article_tiraz, .found_and_pages_obal{
  display: none;
}

.print_page #adm_title{
  position: static;
  top: unset;
  bottom: unset;
  left: unset;
  background: unset;
  padding: .2em;
}

.print_page table.adm_table{
  border-spacing: 0px;
  border: 1px solid #000 !important;
}

.print_page table.adm_table td, .print_page table.adm_table th{
  border: 1px solid #000 !important;

.print_page table.adm_table td{
  background-clip: padding-box;
}

hr.print_hr{
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
}

.noprint{
 display: none;
}
