:root {
  --background: #f3f0f2;
  --primary: #dc4b0c;
  --secondary: #0c384e;
  --secondary-tr: rgba(12,56,78,0.8);
  --primary-tr: rgba(220,75,12,0.8);
}

html, body {
	
}

body {
  color: #000000;

  font: small arial, sans-serif;

}
.homeimg { display:none }
.img_top, .noprint {display:none}

table {
  border-collapse: collapse;
  width:100%; margin-bottom:10px;
  box-sizing: border-box;
}

th, td {
  border: 1px solid #5a5a5a;
  padding:7px;
  text-align:left;
  box-sizing: border-box;
}
iframe {
box-sizing: border-box;
width:100% !important;
height:300px !important;
}
 a {
 text-decoration:none;
 color: #000000;
 }
 
 .is_stuck {
 position:inherit !important;
 }
 
 .elem_row:nth-child(2) {
  color:#888888; font-size:x-small;
}
 
