.holdRow {
	flex-direction: column;
}
.holdHeader {
	width 100%;
	background-color: grey;
	color: white;
	padding: 0.2em 0;
	text-align: center;
}
.holdRow div:last-child {
	text-align: center;
}
