.top-bar-section li.event:not(.has-form) a:not(.button):hover:after,
.top-bar-section li.event.active:not(.has-form) a:not(.button):after {
  background: #ff9900 !important;
}

.top-bar-section li.event.active:not(.has-form) a:not(.button):hover {
  background: #eee;
}

li.event {
  position: relative;
  text-indent: 24px;
}

li.event:before {
  content: "";
  background: url(/previews/ff6600/c3873221f305ad8756d810027f365c8e2a99b814077f3332b03a120b8e5c46d8_100x100.png);
  background-size: contain;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  left: 12px;
  top: 12px;
}

#event {
  background: #222;
  border: 1px solid #000;
  border-width: 1px 0;
}

#event p,
#event h2 {
  color: #eee;
}

#event h1 {
  color: #ff9900;
}
