#primary_colour_div {
	z-index: 999999;
	position: absolute;
	top: 9px;
	left: 195px;
	background-color: var(--primary-colour);
	width: 10px;
	height: 9px;
	border-top-right-radius: 5px;
}

#secondary_colour_div {
	z-index: 999999;
	position: absolute;
	top: 17px;
	left: 195px;
	background-color: var(--secondary-colour);
	width: 10px;
	height: 9px;
}

#tertiary_colour_div {
	z-index: 999999;
	position: absolute;
	top: 26px;
	left: 195px;
	background-color: var(--tertiary-colour);
	width: 10px;
	height: 9px;
	border-bottom-right-radius: 4px;
}

#logo_div {
	z-index: 999999;
	position: absolute;
	top: 11px;
	left: 11px;
	font-size: 12px;
	border-radius: 50%;
	padding: 0px;
	border: solid 1px #000;
	overflow: hidden;
}

.logo_image {
	width: 20px;
	height: 20px;
}

#app_name_div {
	z-index: 999998;
	position: absolute;
	top: 13px;
	left: 38px;
	color: var(--app-name-colour);
	font-size: 16px;
	border-radius: 5px;
	padding: 0px;
	overflow: hidden;
}

.text_with_thick_outline {
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

.text_with_outline {
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

#powered_by {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 8px;
	top: 40px;
	font-size: 11px;
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
	font-style: italic;
}

#powered_by_name {
	font-style: normal;
	font-weight: bold;
}

#powered_by_logo {
	margin-left: 3px;
	margin-top: 0px;
	width: 10px;
	height: 10px;
	float: right;
	border: solid 1px black;
	border-radius: 50%;
}
