.pure-menu-link {
	color: #222;
}

th.vertical {
	rotate: 90;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 0px solid black;
}

table.stats {
	border: 1px solid black;
	font-size: 80%;
}

th, td {
	border: 0px solid black;
	padding: 8px;
	text-align: left;
}

th.stats, td.stats {
	border: 1px solid black;
	padding: 4px;
	text-align: right;
}

th {
	background-color: #f2f2f2;
	position: relative;
}

th.stats_vert {
	height: 300px;  /* Adjust this value as needed */
	border: 1px solid black;
	vertical-align: bottom;  /* Ensure text stays at the bottom */
}

th div {
	transform: rotate(-90deg);
	transform-origin: bottom left;
	white-space: nowrap;
	position: absolute;
	bottom: 5pt;
	left: 75%;
	/* transform: translateX(-50%) rotate(-90deg); */
}

current_day_0, current_day_1, current_day_2, current_day_3, current_day_4, current_day_5, current_day_6 {
	color: black;
	font-weight: normal;
}

.hamclock_cover {
	background-color: transparent;
	border: 1px solid purple;
	z-index: 1000;
	pointer-events: none;
	position: absolute;
}
