.triangle-up {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 16px solid #555;
}

.triangle-down {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 16px solid #555;
}
.grid-container {
  display: grid;
  column-gap: 50px;
}

.table-head-padding {
	padding: 0 16px;
}

.arrow-cell {
	width: 8px;
}