.weekly_schedule_link {

}

.weekly-schedule-container {
	float: left;
	width: 100%;
	padding-right: 20px;
}

.active-on {
	background:rgba(255,255,255,0.6);
}

a.weekly_schedule_link {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	width: 14.285%;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

.weekly_schedule_div {

}

.weekly_schedule_day {
    font-weight:bold;
	margin-bottom:8px;
	display:block;
}

.weekly_schedule_show_tr {

}

.weekly_schedule_timerange_td {
    width: 150px;
	padding: 10px;
}

.weekly_schedule_programname_td {
    width: 300px;
	padding: 10px;
}

.schedule-container {
	float:left;
	padding:10px 12px;
	background:rgba(255,255,255,0.6);
	width:100%;
	word-wrap: break-word;
}

@media (max-width: 767px)  {
	.weekly-schedule-container {
		padding-right: 0;
	}

@media (max-width: 480px) { 
	a.weekly_schedule_link {
		width: 14.285%;
	}
	.schedule-container {
		max-width: 100%;
	}
}