#top-bar {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.54);
  width: 100%;
  min-height: 33px;
  font-size: 15px;
  line-height: 33px;
  background-color: #F2AA0F;
  position: relative;
  z-index: 1020;
  color: #ffffff;
}
#top-bar a {
  color: #74777c;
}
#top-bar a:hover,
#top-bar a:focus {
  color: #D92116;
  text-decoration: none;
}
#top-info,
#top-buttons {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#top-info li,
#top-buttons li {
  display: inline-block;
  margin-left: 25px;
}
#top-buttons {
  float: right;
}
#top-buttons .divider {
  position: relative;
  border-left: 1px solid #74777c;
  width: 1px;
  height: 22px;
  overflow: hidden;
  margin-bottom: -6px;
}

