.top-error-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 5px);
  background: rgba(177, 60, 60, 0.9);
  color: #FFF;
  margin: 5px;
}

.top-error-dialog .top-error-dialog-content {
  width: 100%;
  margin: auto;
  padding: 10px;
  max-width: 800px;
}
