.dropdown-alerts {
    position: relative;
}
.dropdown-alerts > .badge-count:before {
    border: 1px solid #FFF;
    border-radius: 50%;
    content: attr(data-count);    
    position: absolute;
    right: 3px;
    top: 26px;
    height: 20px;
    width: 20px;
    background-color: #ca2d32;
    color: #FFF;
    text-align: center;
    font-size: 11px;
}
.dropdown-alerts .dropdown-menu{
    min-width: 350px !important;
    max-width: 350px !important;
    background-color: #FFF !important;
    border-left:2px solid #e5e5e5 !important;
    border-right:2px solid #e5e5e5 !important;
    border-bottom:2px solid #e5e5e5 !important;
}

.dropdown-alerts .dropdown-menu li:first-child a{
   
    border-top: none !important;
}

.dropdown-alerts .dropdown-menu li a{
    white-space: normal !important;
    font-size: 15px !important;
    color: #333 !important;
    border-top: 1px solid #e5e5e5 !important;
}

.dropdown-alerts .dropdown-menu li a{
    font-weight: 300;
}

.dropdown-alerts .dropdown-menu li.unread a{
    font-weight: bold;
    color: #333 !important;
}

.dropdown-alerts .dropdown-menu li a .time{
    color:#777; 
    font-weight:300; 
    font-size:12px;
    margin-bottom: 0;
}
