.tableHeader {
	width: 860px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	background-color: red;
}
