.synshal__table {
	max-width: 600px;
	margin: 0 auto;
}
.synshal__feature {
	display: flex;
	align-items: center;
}
.synshal__feature + .synshal__feature {
	border-top: 1px solid var(--e-global-color-text);
}
.synshal__question {
	flex-grow: 1;
	border-right: 1px solid var(--e-global-color-text);
	padding: 20px;
}
.synshal__answer {
	padding: 20px;
	width: 65px;
	font-weight: bold;
}