table {
	/* border-collapse: collapse; */
	border-spacing: 0;
	font-family: 'Sans Code', Courier, monospace;
}

.table-scroll {
	width:100%;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
}

td, th {
	padding: 0 0.5em;
}
td {
	white-space: nowrap;
	text-align: left;
}

.num {
	text-align: right;
}

th:not(:last-child), td:not(:last-child) {
	border-right: 1px solid grey;
}