body div.container-fluid * {color: black !important;}

div.container-fluid {
  max-width : 100% !important;
  margin    : 0;
  border    : none !important;
}

nav {
  display: none !important;
}

a::after {
  content: " ("attr(href) ")";
}

div.row {
  margin: 0 !important
}

table>* {
  color           : black;
  background-color: white;
}

table tr>* {
  border : none !important;
  padding: 5px !important;
}

figure img {
  max-width: 50% !important;
}

.nyomtatas {
  display: block !important;
  border : 1px dashed gray;
  padding: 10px;
}   