.Buttons .SignOut,
.Buttons .TopBottom,
#Filter {
  display: none !important;
}
.Dialog {
  font-weight: bold;
}
.Dialog.Shake {
  animation: Shake 0.4s;
}
.OpenIdConnectRow td {
  text-align: center;
}
#LoginSubmit {
  float: right;
}
#ErrorMessage {
  font-weight: bold;
  color: red;
  white-space: pre-wrap;
  max-height: 200px;
  overflow-y: auto;
}
