@import url("https://use.typekit.net/ydh1ypm.css");

@media print {
  * { overflow: visible !important; } 
  .page { page-break-after:always; }
}
@page {
	size: A4 landscape;
	margin: 10mm 15mm;
}
html,
body {
 box-sizing: content-box;
	position: absolute;
	margin: 0;
	padding: 0;
	height: 190mm;
	width: 265mm;
	color: black;
 background-color: white;
}
table, thead, tbody, tr, th, td {
	box-sizing: border-box;
}
head, header, footer, nav, h2, h5, legend, button {
	display: none; 
}
body       {
	border: 0;
}
.error {
	display: none;
}
.message {
	display: none;
}
main       {
 width: 100%;
 margin: 0;
 padding: 0;
 height: 100%;
 font-family: "Trebuchet MS", "Arial", Helvetica, sans-serif;
 font-size: 8pt;
 font-weight: 300;
 border: 0;
 overflow: hidden;
}
footer     {
 display: none;
}

/* Header parts */
nav       {
 display: none;
}
aside {
 display: none;
}

/* Result div */
button {
 display: none;
}

/* Resulted table */
table {  
 color: #000;
 border-collapse: collapse;
 margin: 50pt 0 0 0;
 padding: 0;
 width: 100%;
 float: none;
}
table caption {
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 float: right;
 font-size: 24pt;
 font-weight: 600;
 text-align: right;
}
table caption > span {
 top: 0;
 float: left;
 font-size: 7pt;
 line-height: 8pt;
 font-weight: 400;
 text-align: left;
}
thead {
}
th {
 background: none;
 color: #000;
 font-size: 8pt;
 height: 2.5em;
 padding: 1px 2px 1px 2px;
 text-align: center;
 vertical-align: middle;
 border: 1px solid #aaa;
}
th.red {
  color: #000000;
}
.thadd {
  display: none;
}
tr {

}
tr.ad {
  display: none;
}
tr.big {
  height: 4em;
}

tfoot {
  color: #000;
  font-size: 1em;
  height: 2em;
  font-weight: 600;
  background-color: #fff;
  border-top: 1px dotted #000000;
}
td {
  height: 1.8em;
  padding: 1px 2px 1px 2px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #aaa; 
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.w50 {
  width: 50%;
}
p {
  line-height: 1em;
  margin: 0em;
}
p.error {
  color: #000000;
  font-size: 0.87em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
  text-align: left;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
p.ad {
  margin-left: 5em;
  font-size: 1em;
  color: #d80500;
}
p.indent  {
  text-indent: 4em;
}

/* Headings */

div.buts {
  display: none;
}
div.upd {
  display: none;
}
label.white {
  color: #ffffff;
}
hr {
  background: none;
  height: 0.5px;
  box-shadow: none;
  border: none;
  border-top: 0.5px solid #aaa;
}
a:link, a:visited {
  text-decoration: none;
  color: #000000;
}
img {
  display: none;
}