<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#systemMessages {
  position: fixed;
  width: 100%;
  z-index: 5001;
}

#systemMessages.stacked_header {
  position: relative;
}

.banner {
  background-color: #666666;
  color: #ffffff;
  width: 100%;
  height: 28px;
  padding: 0px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  box-sizing: border-box;
 }

.banner_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-family: 'Appian Open Sans', OpenSans, Sans-Serif;
}
</pre></body></html>