/* MAIN */
.program-flf .blue, .program-flf .red { display: none; }
.blue{
	color: rgb(12, 152, 219);
}
.red{
	color: rgb(192, 0, 0);
}
.listNone{
	list-style: none;
}

/* PROGRAM */
.b-blue.schedule__item .schedule__desc, .b-blue.schedule__item .schedule__time{
	background: rgb(12, 152, 219) !important;
	color: #fff !important;
}
.b-red.schedule__item .schedule__desc, .b-red.schedule__item .schedule__time{
	background: rgb(192, 0, 0) !important;
	color: #fff !important;
}