body {
	font-family: sans-serif;
}

#tableContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	text-align: center;
	width: 1140px;
	overflow-x: auto;
}

.select {
	text-align: center;
	margin: auto;
}

#infoBox {
	background-color: var(--color-light);
	position: absolute;
	font-size: 10px;
	padding: 4px;
	border-radius: var(--border-radius);
	border: 1px solid #888888;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .16);
}

#infoBoxScore {
	font-size: 12px;
	font-weight: bold;
}

#infoBoxClose {
	float: right;
	font-size: 9px;
	cursor: pointer;
}

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

.green {
	background-color: var(--color-primary);
	color: white;
	text-align: center;
	cursor: pointer;
}

.colorblind .green {
	background-color: indigo;
}

.green.later {
	background-color: rgba(0, 0, 0, 0) !important;
	cursor: default;
}

.green.red {
	background-color: var(--color-secondary);
}

.colorblind .green.red {
	background-color: limegreen;
}

.green.later .count {
	display: none;
}

.hover.over {
	background-color: rgba(187, 187, 187, 0.60);
}

.hover.adjhover,
.hover.adjhover {
	background-color: rgba(187, 187, 187, 0.30);
}

.hover.selected {
	box-shadow: 0px 0px 0px 3px magenta inset;
}

th.adjhover {
	background-color: yellow;
	font-size: 12px;
	color: black;
}

.count,
.hover {
	width: 100%;
	height: 100%;
}

td a {
	color: white;
}

th,
td {
	min-width: 15px;
	width: 15px;
	height: 12px;
	line-height: 12px;
	padding: 0px;
	margin: 0px;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

th {
	font-size: 11px;
}

td {
	font-size: 8px;
}

#loadingTableDiv {
	min-width: 1140px;
}

td.axisLabel {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}

td#vAxisLabel {
	padding-top: 12px;
}

.vertical {
	white-space: nowrap;
	writing-mode: tb-rl;
}

table {
	border-collapse: collapse;
}

#scoreTable {
	margin: auto;
}

.hueSpectrum {
	text-align: center;
	font-size: 15px;
	padding: 5px;
	height: 20px;
	line-height: 20px;
	min-width: 700px;
	margin: 5px auto;
}

.hueSpectrum div {
	float: left;
	padding: 1px;
	font-weight: bold;
}

.hueColor {
	margin: auto;
	padding: 0px;
	width: 3px;
	height: 20px;
	display: inline-block;
}