thead	{
	display: none;
}
tr {
	border-bottom: 1px solid var(--bs-tertiary-color);
}
td {
	vertical-align: top;
	font-size: smaller;
}
td:first-child {
	white-space: nowrap;
}

/* display table cells beneath each other on small screens */
@media (max-width: 768px) {
	td {
		display: block;
		padding: 0 5px;
	}
	td:first-child {
		padding-top: 5px;
	}
	td:last-child {
		padding-bottom: 5px;
	}
}
