#translation {text-align: center; font-size: var(--fontSizeXXLarge); font-style: italic; margin:var(--gap) auto var(--gapLarge) auto; user-select: none}

.dictionary-list {display: flex; flex-wrap: wrap; gap: var(--gapSmall) var(--gap); flex-direction: row;
	align-items: stretch; justify-content: center; margin: var(--gap) auto var(--gapLarge) auto;
	span {display: block; white-space: nowrap; flex: 1 0 150px; text-align: center; user-select: none}
	.flag {margin: 0 0 0 3px; width: 19px; height: 14px; display: inline-block; border: 1px solid var(--lightGrey);}
}

hr {margin: var(--gap) auto}
  

@media screen and (max-width: 768px) {

	.dictionary-list {display: block;}
	.dictionary-list span {display: block; white-space: normal; margin: 18px 0;}

}