header {
	display: none;
}
.btn-group {
	display: none;
}
.schedule-table {
	margin-bottom: 15px;
}
.schedule-table .row > div { 
	border-right: 1px solid var(--black);
	padding: 7px;
}
.schedule-table .row > div:last-child {
	border-right: 0;
}
.schedule-table .row > div:nth-child(even) {
	background-color: transparent;
}
.schedule-table .row span {
	font-size: 11px;
}