#notificationCount {
  background: rgba(160, 160, 160, 0.7);
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 0 5px;
  padding: 3px 6px 2px;
  position: relative;
  top: -1px;
}

#notificationCount.unread {
  background: rgba(255, 0, 0, 0.7);
}

#msc-navbar .notifications {
  height: 50px !important;
}

#msc-navbar i.fa-clock-o ~ a {
  color: #999;
  margin-left: 25px;
}

#msc-navbar i.fa-clock-o ~ a:hover {
  color: #333;
  text-decoration: none;
}