/* hide of navigation between articles/sections */
.md-footer-nav {
  display: none;
}

table.notificationpanel {
  empty-cells: hide;
  width: 100%;
  background-color: hsla(231, 48%, 48%, 1);
  color: white;
  padding: 10px;
}
table.notificationpanel h1 {
  color: white;
  margin-block-end: 0.4em;
}
table {
  empty-cells: hide;
}
h1#test-page {
  display: none;
}
td:empty {
  display: none;
}
.two-column-table {
  column-count: 2;
}
.two-column-table .md-typeset__table {
  width: 100%;
}
.two-column-table .md-typeset__scrollwrap {
  margin: 0px;
}
.d-block {
  display: block;
}

/* neaktivní tlačítko */
.md-button.disabled {
  pointer-events: none;  /* neumožní kliknutí */
  opacity: 0.5;          /* zesvětlí vzhled */
  cursor: not-allowed;   /* zobrazí zakázaný kurzor */
}
