#news ul li {list-style-type: none; height: 40px; color: white;}
#news ul li a {font-style: italic; font-size: 13px; color: white; text-decoration: none;}
#news ul li a:hover {color: #db1616;}
.newspaper {width: 30px!important; color:white;}
.ticker {background: #151618;}
.ticker-block {
	margin-top: 16px;
    margin-bottom: -5px;
}
@media screen and (max-width: 649px) {
	.ticker {
		display: none;
	}
}
