body {
	display: grid;
	grid-template-columns: repeat(7,1fr);
}
.selected path {
	fill: deeppink !important;
}