canvas, input
{
	position: absolute;
}

h1
{
	font-family: Verdana;
	text-align: center;
}

div.navbar {
	position: static;
}

.jetspace-content {
	margin: 0 auto;
}
.jetspace-content .content-holder {
	margin-left: auto;
	margin-right: auto;
	width: max-content;
}
.jetspace-content td
{
	border: 1px solid var(--blue-light);
	width: 75px;
	font: 12px Verdana;
}

.portrait
{
	display: none;
	height: 175px;
	left: 23px;
	position: absolute;
	top: 113px;
	width: 270px;
}

.activePortrait
{
	display: block;
}

.newBest
{
	color: var(--black);
	background-color: var(--blue-light);
	font-weight: bold;
}

#jetspace
{
	background-color: #303030;
	border-width: 5px;
	border-style: solid;
	border-radius: 15px;
	padding: 8px;

	width: 1100px;
	height: 600px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

#dialogueWindow
{
	top: 8px;
	left: 8px;
}

#canvas
{
	top: 8px;
	left: 308px;
}

#loadingDiv
{
	top: 8px;
	left: 8px;
	background-color: var(--black);
	background-image: url(images/title.png);
	width: 1100px;
	height: 600px;
}

#progressBarHolder, #playerName
{
	top: 63.5%;
	left: 24.5%;
	border: 3px solid var(--blue-light);
	height: 10%;
}

#progressBarHolder
{
	position: absolute;
	width: 560px;
}

#playerName
{
	font-family: Verdana;
	font-size: 32px;
	color: var(--blue-light);
	background-color: var(--black);
	display: none;
	padding-left: 10px;
	width: 550px;
	outline: none;
}

#progressBar
{
	height: 100%;
	background-color: var(--blue-light);
}

#postGameStats
{
	background-color: var(--black);
	display: none;
	height: 470px;
	left: 408px;
	padding: 12px;
	position: absolute;
	top: 58px;
	width: 600px;
}
#postGameStats table
{
	color: var(--blue-light);
	float: left;
	margin-left: 34px;
	position: relative;
}
#highScores td
{
	border: 1px solid var(--purple-light);
}