#allticker{
	width: 100%;
	background: #F3F3F3;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
}

#bknewsticker{
	background: #F3F3F3;
	margin: 0px;
}
.tickerDate{
	padding: 0px 5px;
	background: #5A5A5A;
	color: #ccc;
	font-size: 10px;
	border-radius: 3px;
	line-height: 39px;
	margin-left: 3px;
}
.tickerLink a, .tickermore a{
	text-decoration: none;
	padding: 0 8px;
	font-size: 12px;

}
.tickerText{
	color: #5A5A5A;
	line-height: 40px;
	font-size: 12px;

}
#bknews-title{
	float: left;
	border-right: 6px solid #F3F3F3;
	width: 100px;
	height: 40px;
	background: #222;
	
}
#bknews-title h3{
    color: #fff;
	font-size: 12px;
	margin: 14px 10px;
	text-align: center;
	line-height: 12px;
	text-transform: uppercase;

}

@media only screen and (max-width: 480px) {
	#bknews-title{ display: none!important;
	}
@media only screen and (max-width: 320px) {
	#bknews-title{ display: none!important;
	}