:root {
	--tournament-day-primary-color: #0070b4;
	--tournament-day-primary-color-hover: #1e88e5;
}

.tournament-day-status .tournament-day-status__title {
	font-size: 1.5em;
	line-height: 1.7em;
	font-weight: 600;
	margin-bottom: 1rem;
}

.tournament-day-status .tournament-day-status__table {
	border-collapse: collapse;
	width: 100%;
}

.tournament-day-status .tournament-day-status__table th,
.tournament-day-status .tournament-day-status__table td {
	border: 1px solid #333;
	padding: .5rem .625rem .625rem;
	font-size: 0.9em;
}

.tournament-day-status .tournament-day-status__table caption {
	caption-side: bottom;
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
	text-align: left;
	padding: 1rem 0;
}

.tournament-day-status .fully-booked {
	background-color: #e4013b;
}

.tournament-day-status .free {
	background-color: #4CAF50;
}

.tournament-day-status .booked {
	background-color: #FF9800;
}

.tournament-day-status .disallowed {
	background-color: #ccc;
}

.tournament-day-status .box {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	display: inline-block;
}