.bb-notification-widget {
    position:absolute;
    top:54px;
    right:125px;
    min-width:175px;
    z-index: 998;
}
.bb-notification-widget .bb-widget-inner{
    border-radius:4px;
    border:1px solid #d6d6d6;
    border-top:0;
}
.bb-notification-widget .bb-widget-title{
    margin:0;
    padding:12px 15px;
    background-color:#e0e0e0;
    text-align:center;
    width:100%;
}
.bb-notification-widget .bb-widget-details li {
    min-height:85px;
}
.bb-notification-widget .close {
    position: absolute;
    right:12px;
    top:8px;
    opacity: 0.8;
    color:#777;
    padding:0;
}
.bb-notification-widget .close:hover{
    text-decoration:none;
}
.bb-notification-widget:after {
    position: absolute;
    top: -8px;
    right:6px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e0e0e0;
    border-left: 7px solid transparent;
    content: '';
}
.bb-notification-widget .bb-widget-details {
    display:table;
    width:100%;
    padding:10px;
}
.bb-notification-widget .bb-widget-details li{
    display:table-cell;
}
.notification-bubble{
    background-color:#ff5a5f;
    display:inline;
    width:18px;
    height:18px;
    border-radius:9px;
    font-weight:700;
    cursor:pointer;
    position:absolute;
    right:-3px;
    top:12px;
    color:#fff;
    text-align:center;
    font-size:9px;
    line-height:18px
}
.bb-notification-widget .bb-widget-details {
    display:table;
    width:100%;
}
.bb-notification-widget .bb-widget-details li {
    display:table-cell;
}