.highlight {
	background-color: red;
}

.result {
	font-weight: bold;
}


.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex content {
	margin-right: 2ex;
}


table {
	display: inline;
}
