.frame
{
	width: 100%;
	min-height: 500px;
	height: 100%;
}

canvas
{
	width: 75vh !important;
	height: 100vh !important;
	display: block !important;
}

body
{
	display: flex;
	justify-content: center;
	overflow: hidden;
}

#root
{
	position: relative;
	display: none;
}

#gameContainer
{
	background: white !important;
	margin: auto;
	box-shadow: 0 0 70px #ccc;
}

#logo
{
	width: 60%;
}

.initialising
{
	font-family: 'Lato', sans-serif;
}

.progress
{
	margin: 1.5em;
	border: 1px solid white;
	width: 50vh;
	display: none;
	border-radius: 10px;
	background-image: none;
	background-color: #edf0f5;
	height: 9px;
	box-shadow: none !important;
}

.progress .full
{
	background: #21C6FE;
	height: 100%;
	border-radius: 10px;
	transform-origin: top left;
}

#loader
{
	position: absolute;
	left: 0;
	top: 0;
	width: 75vh;
	height: 100vh;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.back
{
	float: left;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;

	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

#modal-header
{
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

#modal-header button
{
	margin: 15px;
	ont-size: 2em;
}

#modal-body
{
	margin: 0;
	padding: 0;
}
