@font-face {
  font-family: ModernDot;
  src: url(../fonts/modern-dot-digital.ttf);
}

@font-face {
  font-family: OpenDisplay;
  src: url(../fonts/OpenDisplay.ttf);
}

#ax-notifier {
  background: #2e393d;
  padding: 10px 0px 10px 0px;
  overflow: hidden;
  position: relative;
}

#ax-notifier .ax-divider {
  margin: 0px 15px 0px 15px;
}

#ax-notifier #ax-notifications {
  color: #e5ac2a;
  font-size: 1.2em;
  font-family: OpenDisplay !important;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  white-space: nowrap;
}

#ax-notifier #ax-notifications a,
#ax-notifier #ax-notifications a:hover {
  color: #e5ac2a;
}

#ax-notifier .ax-control-btn,
#ax-notifier .ax-more-btn {
  cursor: pointer;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2em;
}

#ax-notifier .ax-more-btn a {
  color: #fff;
}

#ax-notifier .ax-controls-wrapper {
  position: absolute;
  top:0;
  left: 0;
  padding: 10px 15px 8px 15px;
  height: 100%;
  background: #000;
  width: 15px;
  background: #2e393d;
}

#ax-notifier .ax-more-wrapper {
  position: absolute;
  top:0;
  right: 0;
  padding: 10px 15px 8px 15px;
  height: 100%;
  background: #000;
  width: auto;
  background: #2e393d;
}
