#systemMessages {
  position: fixed;
  width: 100%;
  z-index: 5001;
  display: none;
}

#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;
}
