/*---------------------
1. Box Style
-----------------------*/
.ux-boxtit > span,.widget-top > span {  
    color: #333!important;    
   	left: 0;        
   	padding: 0;    
    background: transparent!important;
    padding-left:0!important;
}
.ux-boxtit,.widget-top {   
    background: none!important;  
    border-bottom: none!important;
}
.ux-boxtit > span:after,.ux-boxtit > span:after,.widget-top > span:after {
    content: "";
    position: absolute;
    background: #999;
    left: 0;
    top: 40px;
    width: 30px;
    height: 4px;
    border-radius: 4px;
}
.nbcaj-header {
    background: none;
}