h3 {
	font-size: 22px
	}
hr {
	border: 1px solid var(--text_colour)
	}
.data_list td {
	border: 1px solid var(--text_colour);
	padding-bottom: 2px
	}
.dialoguebox_definition {
	font-weight: bold
	}
.sound_change_environment {
	background: aqua;
	margin-left: 10px;
	padding: 0 4px 0 4px
	}
.table_label {
	text-align: right
	}
.table_label,
.word_category {
	font-size: 12px
	}
.word_category {
	color: dodgerblue;
	font-weight: bold
	}
#main_title {
	color: dodgerblue;
	font-size: 30px;
	font-style: normal;
	line-height: 30px;
	padding-top: 30px;
	text-shadow: -2px 2px var(--text_colour)
	}
#orthography_controls {
	bottom: var(--element_spacing);
	right: 80px;
	max-width: calc(100% - 64px);
	position: fixed;
	z-index: 1000
	}
#sidebar {
	display: flex;
	flex-direction: column;
	font-weight: bold;
	height: calc(100% - 64px);
	justify-content: space-between;
	position: fixed;
	right: 20px;
	text-align: center;
	top: 32px
	}
#word_list > li {
	margin-bottom: 6px
	}
@media (max-width: 1180px) {
	#main_container {
		margin-left: 16px;
		margin-right: 60px
		}
	}