

div.container-lg {
  max-width: 100% !important;
  margin: 0;
  border: none !important;
  
}
.fs-1, .fs-2, .fs-3, .fs-4, .fs-5, .fs-6 {
  font-size: 1rem !important;
}
details,
nav {
  display: none !important;
}
.page-break {
  page-break-before: always;
  break-before: page;
}
a::after {
  content: " ("attr(href) ")";
}
a.thumbnail::after {
  content: none !important;
}
label,
  legend,
  input,
  textarea,
  select {
    font-size: 0.8rem !important;
  }


a {
  color: inherit !important;         
 
  pointer-events: none !important;  
  cursor: default !important;     
}

.ratio {
  display: none
}
td {
  color: #000 !important;
  font-weight: 400 !important;
}


div.row {
  margin: 0 !important
}



table tr>* {
  border: none !important;
  padding: 5px !important;
}





figure img {
  max-width: 50% !important;
}


.lead{
  font-size: 80%;
}
.nyomtatas {
  display: block !important;
  border: 1px dashed gray;
  padding: 10px;
}