/* Reset parent topbar item */

#wp-admin-bar-noti-bar-activity a{
    padding:0 !important;
    margin:0 !important;
    line-height:0 !important;
    height:0 !important;
}


/* Notification Alert */

#wp-admin-bar-noti-bar a {
    background: #ffffff !important;
    border-radius: 10px;
    color: #888888 !important;
    font-size: 18px;
    font-weight: bold !important;
    text-align: center;
    width: 23px;
}

#wp-admin-bar-noti-bar-new a {
    background: #FF0000 !important;
    border-radius: 10px;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: bold !important;
    text-align: center;
    width: 23px;
}

#wpadminbar .n_cont * {
    font: 400 11px/13px "Open Sans",sans-serif !important;
}

/* Entries */

#scrollable {
    height: 337px !important;
    overflow-y: scroll !important;
}

#activity_cont {
    float:left !important;
    width:310px !important;
}

#n_load {
    float:left !important;
    width:310px !important;
    text-align:center !important;
    height:40px !important;
}

.noti_item {
    text-decoration:none !important;
    text-align:left !important;
    width:100% !important;
    color:#fff !important;
}

.n_cont {
    float:left !important;
    color:#000 !important;
    width:300px !important;
    background: #FFF7F7 !important;
    padding:5px !important;
    border-bottom: 1px dotted #dddddd !important;
}

.n_cont:hover {
    background: #FFF4F4 !important;
}

.isnew0{
    background:#ffffff !important;
}

.isnew0:hover{
    background:#FDFDFD !important;
}

.n_meta {
    float:left !important;
    width:100% !important;
}

.n_meta_left {
    float:left !important;
    width:70% !important;
    color: #aaaaaa !important;
    overflow: hidden !important; 
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.n_meta_right {
    float:left !important;
    width:30% !important;
    text-align:right !important;
    color: #bbbbbb !important;
}

.n_type {
    font-weight:bold !important;
    color: #000 !important;
    overflow: hidden !important; 
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.n_target {
    float:left !important;
    width:100% !important;
    color:#0074a2 !important;
    font-weight:bold !important;
    overflow: hidden !important; 
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.n_content{
    float:left !important;
    width:100% !important;
    color: #888 !important;
    overflow: hidden !important; 
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}


