/*RATING*/
.bx-newsdetail .fa.bx-star-active {
	color: #fff;
}
/*BTN*/
.bx-newsdetail .btn {
	background-color: #000;
	border-color: #000;
}
.bx-newsdetail .btn:active,
.bx-newsdetail .btn:hover {
	background-color: #111;
	border-color: #111;
	color: #eee;
}
