#broadcasttimes-timetablecontainer {
	width: 100%;
	overflow-x: scroll;
}

#broadcasttimes-timetable {
	width: 100%;
	border-collapse: collapse;
}

#broadcasttimes-timetable,
#broadcasttimes-timetable td,
#broadcasttimes-timetable th {
	border: 1px solid #d5d5d5;
}

#broadcasttimes-timetable th {
	text-align: center;
	font-weight: 500;
	background-color: #f2f2f2;
	padding-top: 8px;
	padding-bottom: 8px;
}

#broadcasttimes-timetable td {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 0.9em;
	font-weight: 400;
	color: #2d2d2d;
}

.broadcasttimes-self {
	background-color: #cee2f2;
}

.broadcasttimes-rerunicon {
	background-color: dodgerblue;
	color: white;
	font-size: 0.75rem;
	font-weight: 500;
	height: 17px;
	width: 17px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 17px;
}

#broadcasttimes-timetable td .broadcasttimes-rerunicon {
	margin-right: 3px;
}

#broadcasttimes-legendtable {
	margin-top: 3px;
}

#broadcasttimes-legendtable td {
	font-size: 0.8em;
	font-weight: 400;
	padding-top: 3.5px;
	color: #2d2d2d;
}
