table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 16px;
}

body[mobile="mobile"] table {
	margin-bottom: 16px;
}

th {
	font-weight: normal;
}

td {
	border: 2px solid var(--c-accent);
	text-align: center;
}

th, td {
	padding: 8px;
}

body[mobile="mobile"] th, body[mobile="mobile"] td {
	padding: 1px;
}

tr > td:nth-child(2) {
	text-align: left;
}

tr > td:nth-child(2)[colspan="2"] {
	text-align: center;
}

tr > td:first-child {
	border-left: none;
	color: var(--c-counterpick);
	
}

tr > td:last-child {
	border-right: none;
}

tr > td:first-child, tr > td:last-child {
	width: 20%;
}

body[mobile="mobile"] tr > td:first-child, body[mobile="mobile"] tr > td:last-child {
	width: 5%;
}

th {
	text-transform: uppercase;
	color: var(--c-counterpick);
}

body:not([mobile="mobile"]) tr:last-child > td {
	border-bottom: none;
}