.table-section {
	width: 100%;
	overflow: auto;
}

.table-section-table {
	width: 100%;
	border-spacing: unset;
	border-collapse: collapse;
}


.table-cell {
	padding: .5em;
	border: .5px solid grey;
}

.table-cell-content {
	display: block;

	min-height: 20px;
	min-width: 20px;
}

.colored-table-cell {
	background-color: var(--main-color);
	color: white;
	font-weight: bold;
}