body {
	background-color: white;
	color: black;
}

main {
	display: flex;
	flex-wrap: nowrap;
	height: 100vh;
}

.content {
	overflow: auto;
}

.bi {
	vertical-align: -0.125em;
	pointer-events: none;
	fill: currentColor;
}

.nav-link {
	border-radius: 0;
	color: #ffffffff;
}

.days input,
label {
	vertical-align: middle;
	margin: 1px;
}
