.protectedContent {
  display: none;
}

.loginForm {
  display: none;
}

.inputForm {
  border: solid;
  border-width: 1px;
}

#invalidLogin {
  display: none;
  width: 250px;
}

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

/* notificationpanel */
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;
}

/* hide empty cells in tables */
table {
  empty-cells: hide;
}
td:empty {
  display: none;
}
