table {
	display: inline-block;
	vertical-align: top;
	border: 0 solid var(--light-text-color);
	border-width: 0 0 0 1px;
	padding-left: 0.25rem;
}

table:first-of-type {
	margin-left: 0;
}

table:last-of-type {
	padding-right: 0.25rem;
	border-right-width: 1px;
}

thead {
	display: none;
}
