.webui-popover-mini-bell,
.popover {
    max-width: 900px;
    font-size: 100%;
    background-color: #fff
}

.webui-popover.bottom>.webui-arrow::after,
.popover.in>.arrow::after {
    border-bottom-color: #fff
}

.bnn-mini-bell .mini-bell-header .mini-bell-left {
    float: left
}

.bnn-mini-bell .mini-bell-header .mini-bell-left>b {
    font-size: 120%;
    color: #505050
}

.bnn-mini-bell .mini-bell-header .mini-bell-right {
    float: right
}

.bnn-mini-bell .mini-bell-header .mini-bell-right .btn-group>a {
    text-decoration: none;
    font-size: 100%;
    color: #505050
}

.bnn-mini-bell .mini-bell-header .mini-bell-right .btn-group>a:hover {
    opacity: .5;
    transition: .7s
}

.mini-bell-body {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bnn-all-wrapper .mini-bell-body ul.nav.nav-tabs li>a {
    font-size: 80%;
    background-color: #505050;
    color: #fff;
    border-top: 3px solid #505050
}

.bnn-all-wrapper .mini-bell-body ul.nav.nav-tabs li.active>a {
    background-color: #ededed;
    color: #505050;
    border-top: 3px solid #505050
}

.bnn-all-wrapper .mini-bell-body img.row-poster {
    width: 30px;
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
    border: 0 solid red
}

.bnn-all-wrapper .mini-bell-body .row-text {
    border: 0 solid green
}