/* Table of Content
# Style Default
# Box container
*/
/* Box container */
.widget-container{	
  	margin-bottom: 45px;
	margin-top: 30px;
}
.widget-top {
    margin-bottom: 30px!important;
    height: 33px;
    line-height: 33px;
    background: none;
  	position: relative;  
}
.widget-top > span {
    color: #fff!important;
    text-transform: uppercase;
    font-size: 14px!important;
    z-index: 1;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 250ms ease;
    line-height: 33px!important;
    padding: 0 15px;
    background: #111;
    height: 33px;
    display: block;
    box-sizing: border-box;
    float: left;
    position: relative;
}
.nbcaj-header {
  	background: transparent!important;
    position: relative;
    margin-top: 45px;
    color: #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-right: 15px;
    line-height: 35px;
    height: 35px;
    padding-left: 15px;
    border: 3px solid;
    height: 43px;
    box-sizing: border-box;
}
.nbcaj-header .jTscrollerContainer .jTscroller a {
    color: #222;
}
.nbcaj-header:hover{
	background: #222!important;
    -webkit-transition: all .95s;
    -moz-transition: all .95s;
    -o-transition: all .95s;
    transition: all .95s;
    color: #222;	
}
.nbcaj-header:hover .jTscrollerContainer .jTscroller a {
    color: #fff;
}
/* Feed Burner */
.widget.elp-widget .widget-top:after {
   display: none;   
}
