body {
	background-image: url("../img/background.jpg");
	padding: 10px;
	font-size: 12px;
	background-repeat: repeat;
}
.list-group-item {
	opacity: 0.7;
}
.program {
	background-color: #CEE27C;
}
.rotation {
	background-color: #CED9D9;
}
.live {
	background-color: #8FCDC9;
}
.panel-body {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.panel-default {
	opacity: 0.8;
}
.weekend {
	opacity: 0.9;
}
.list-group-item-text {
	overflow: hidden;
	white-space: nowrap;
}