.alert-dismissible {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0;
  right: 0;
  text-align: center;
}

body[data-theme="dark"] table td,
body[data-theme="dark"] table th{
 background:#222 !important;
 color:#fff !important;
}