main {
	margin-left: 1%;
	margin-right: 1%;
}

.main-bg {
	background-color: #202010;
	color: #fff;
}

h1 {
	text-align: center;
}

#schedule-table {
	margin-left: auto;
	margin-right: auto;
}

.row-darker {
	--bs-table-bg: #222;
	height: 50px;
}

.row-lighter {
	--bs-table-bg: #444;
	height: 50px;
}

.row-no-border {
	border-style: none;
}

.time-cell {
	font-family: "Noto Sans Mono", monospace;
	text-align: left;
	text-align: center;
	width: 16.66666%;
}

.cell-chill {
	--bs-table-bg: #7d97ca;
}

.cell-ent {
	--bs-table-bg: #ff6e1a;
	border-style: none;
}

.cell-panel {
	--bs-table-bg: #999999;
}

.cell-dj {
	--bs-table-bg: #ff00fa;
}

.cell-main {
	--bs-table-bg: #00ff3a;
	--bs-table-color-state: #000;
}

.title-cell {
	font-family: initial;
}

.cell-current-time {
	--bs-table-bg: #c242f5;
}

.cw-cell {
	font-size: 0.9rem;
}
