.ejd-sns-message-notifications-trigger-parent {
  position: relative;
  z-index: 1;
}

#section-header #block-menu-menu-general-menu a.ejd-sns-message-notifications-trigger.active {
  z-index: 1001;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
  background-position: 0 -30px;
}

.ejd-sns-message-notification-container {
  position: absolute;
  z-index: 1000;
  top: 31px;
  left: 0;
  width: 200px;
  padding: 0;
  padding: 8px 10px;
  border: 1px solid #efefef;
  border-top: 0;
  border-bottom: 1px solid #efefef;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
  .ejd-sns-message-notification-container {
    top: 27px;
  }
}

.ejd-sns-message-notification-counter {
  position: absolute;
  z-index: 1001;
  bottom: -5px;
  left: 25px;
  display: block;
  width: auto;
  padding: 0 2px;
  text-indent: 0;
  color: #fff;
  border-radius: 5px;
  background: red;
}
