﻿li.activeCount:after {
  content: attr(data-count);
  font-size: 13px;
  background: #cc0001;
  border-radius: 3px;
  color: #fff;
  z-index: 99999;
  font-weight: 600;
  padding: 4px 7px;
  box-shadow: -1px 2px 3px rgba(0,0,0,.3), inset 0 2px 5px rgba(225,225,225,.3);
  position: relative;
  top: -28px;
  left: 7px;
}

#msgIcon {
display:inline;
}
#msgCount {
display:inline !important;
position:relative;
left:10px;
top:-10px;
}
div.messageCount:after {
    content: attr(data-count);
    font-size: 12px;
    background: #cc0001;
    border-radius: 3px;
    color: #fff;
    z-index: 99999;
    font-weight: 100;
    padding: 2px 5px;
    box-shadow: -1px 2px 3px rgba(0,0,0,.3), inset 0 2px 5px rgba(225,225,225,.3);
    
}  