:root {
	--black: black;
	--link_colour: rgb(0, 0, 238);
	--main_colour: rgb(217, 91, 148);
	--pikitia_filters: invert(0%) brightness(100%);
	--white: white
	}
a {
	color: var(--link_colour);
	cursor: default;
	text-decoration: underline
	}
body {
	background-color: var(--white);
	color: var(--black);
	font-family: "Fira Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding: 0
	}
h1 {
	font-size: 24px
	}
h1,
h2 {
	font-weight: bold;
	margin: 0 0 20px 0;
	text-align: center
	}
h2 {
	font-size: 18px
	}
table {
	border: 2px solid var(--main_colour);
	border-collapse: collapse;
	margin: 0 0 0 10px;
	padding: 0;
	white-space: nowrap
	}
td {
	border-right: 2px solid var(--main_colour);
	border-bottom: 2px solid var(--main_colour)
	}
td,
th {
	padding: 2px 10px 2px 10px;
	text-align: center
	}
td .or {
	margin-left: -11px
	}
tr:first-of-type th:first-of-type {
	border-bottom: 2px solid var(--white)
	}
tr:not(:first-of-type, :last-of-type) th {
	border-bottom: 2px solid var(--white)
	}
tr:nth-child(2) .or {
	border-radius: 0 9px 9px 0
	}
tr:first-of-type th:not(:last-of-type) {
	border-right: 2px solid var(--white)
	}
tr:not(:first-of-type) th:not(:last-of-type) {
	border-right: 2px solid var(--white)
	}
th a,
.translation a {
	color: var(--white)
	}
th,
.translation {
	background-color: var(--main_colour);
	color: var(--white)
	}
.button {
	border-radius: 28px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding-left: 16px;
	padding-right: 16px
	}
.button,
.page_navigation_button,
#colour_switch_button {
	background-color: var(--main_colour);
	color: var(--white);
	text-align: center
	}
.example {
	border-collapse: separate;
	border-radius: 10px;
	border-spacing: 0;
	margin: 0
	}
.example td,
.example th {
	border: none;
	text-align: left
	}
.example tr:last-child td:first-child {
	border-bottom-left-radius: 8px
	}
.example tr:last-child td:last-child {
	border-bottom-right-radius: 8px
	}
.gloss {
	font-size: 10px
	}
.menu_button,
#colour_switch_button,
#page_navigation_container,
#secondary_menu_list > div {
	cursor: default;
	user-select: none
	}
.or {
	color: var(--white);
	background-color: var(--main_colour);
	border-radius: 9px;
	font-size: 10px;
	font-weight: bold;
	padding: 4px
	}
.or::before {
	content: "OR"
	}
.pikitia {
	filter: var(--pikitia_filters);
	max-width: 100%
	}
.red {
	color: red
	}
.page_navigation_button {
	border-radius: 28px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin-left: 8px;
	margin-right: 8px;
	width: 28px
	}
.table_container {
	display: block;
	margin-bottom: 4px;
	max-width: 100%;
	overflow-x: auto;
	padding-bottom: 18px;
	position: relative
	}
.table_edge {
	background-color: var(--main_colour);
	border-radius: 10px 0 0 10px;
	height: calc(100% - 18px);
	position: absolute;
	width: 10px
	}
.translation .or {
	color: var(--main_colour);
	background-color: var(--white)
	}
.vocabulary_list li {
	font-size: 18px;
	margin-bottom: 8px
	}
.white_space {
	height: 80px
	}
#colour_switch_button {
	border-radius: 36px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	right: 32px;
	top: 120px;
	width: 36px
	}
#dialoguebox {
	background-color: var(--white);
	box-sizing: border-box;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%
	}
#dialoguebox,
#main_container {
	padding: 8px 20% 64px 100px
	}
#navigation_container {
	margin-top: 16px
	}
#page_navigation_container {
	text-align: right
	}
#top_bar {
	height: 136px;
	background-image: url("images/background_tiles/pattern.gif")
	}
#top_bar_logo {
	display: block;
	margin-left: auto;
	margin-right: auto
	}
@media (max-width: 1024px) {
	#dialoguebox,
	#main_container {
		padding: 8px 64px 8px 64px
		}
	}
@media (max-width: 660px) {
	#dialoguebox,
	#main_container{
		padding: 8px 32px 8px 32px
		}
	}