﻿.family-topics > h1 {
	font-size: 140%;
	font-weight: bold;
}
div.subfam_ROW {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
}
div.subfam_ROW > div:first-child {
	width: 6%;
	font-size: 120%;
	font-weight: bold;
	padding: 0.5em;
}
div.flag-langname_COL {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 1em;
	width: 8em;
}
div.flag-langname_COL div {
	font-weight: bold;
}
div.flag-langname_COL div:nth-child(2) {
	width: 100px;
	height: 67px;
}
div.flag-langname_COL div:nth-child(2) a[class] {
	width: 100%;
	height: 100%;
	display: block;
	border: 1px black solid;
}
div.flag-langname_COL img, div.flag-langname_COL div:nth-child(2) img {
	width: 100px;
}
/* NEW FOR INDIVIDUAL LANGUAGE TOPIC LISTS: 26 Jan 2023 */
.Topics_Head {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 2em;
}

	.Topics_Head > div:first-child {
		height: 67px;
		width: 100px;
		margin: 0.5em;
	}

.Topics_Head_Label {
	display: flex;
	flex-direction: column;
	font-size: 160%;
	line-height: 120%;
}

	.Topics_Head_Label div:first-child {
		font-weight: bold;
	}

div.Topic-Chart {
	width: 70%;
	font-size: 120%;
	padding-left: 0.5em;
}

	div.Topic-Chart > :nth-child(odd) {
		background-color: white;
	}

div.Topic-Row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 3em;
	align-items: center;
}

.Topic-Row div:first-child {
	
}

.Topic-Row div:last-child {
	font-weight: bold;
	padding-left: 0.5em;
}

.Topic-Row > div:first-child a:link {
	border: 1px navy dotted;
	padding: 0.25em;
	margin-left: 0.5em;
	background-color: white;
}

.Topic-Row > div:first-child a:hover {
	background-color: silver;
	color: white;
	font-weight: bold;
}
