/*RATING*/
.bx-newsdetail .fa.bx-star-active {
	color: #159299;
}
/*BTN*/
.bx-newsdetail .btn {
	background-color: #159299;
	border-color: #159299;
}
.bx-newsdetail .btn:active,
.bx-newsdetail .btn:hover {
	background-color: #53A4D8;
	border-color: #53A4D8;
}
