.app-shell > .ticker {
  height: 28px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  background: #000;
  border-bottom: 1px solid #bdff00;
  color: #bdff00;
  font: 11px/1 "Courier New", monospace !important;
}
.app-shell > .ticker b {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 10px;
  background: #5e2a95;
  color: #fff;
}
.app-shell > .ticker #ticker-copy {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 10px;
  overflow: hidden;
}
.site-header {
  min-height: 126px;
  padding: 18px 24px;
}
.header-status {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.profile-button {
  position: relative;
  z-index: 2;
  align-self: center !important;
  margin-left: auto;
  width: 60px;
  height: 32px;
  border: 1px solid #ff397c;
  background: #1b0710;
  color: #ff9fbd;
  padding: 0;
  font: 10px/1 "Courier New", monospace;
}
.nav { height: 44px; min-height: 44px; }
.nav a {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 43px;
  padding: 0 8px;
  font: 11px/1 "Courier New", monospace !important;
}
@media (max-width:650px) {
  .header-status { display: none; }
  .nav a { flex: 0 0 auto; padding: 0 13px; }
}
