body {
	overflow: hidden;
}

#name-form {
	width: 800px;
	height: 500px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    font-size: 2em;
    text-align: center;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

#name-send {
	cursor: pointer;
}

#profile {
	width: 800px;
	height: 200px;
	top: 0;
	left: 0;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 1.5em;
}

#game-wrapper {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#chat-form {
	right: 0;
	top: 0;
	position: absolute;
	margin-right: 10px;
	width: 20%;
	height: 100%;
	padding: 5px;

}

#chat-input {
	position: relative;
	bottom: 0;
	width: 60%;
}

#chat-button {
	position: relative;
	bottom: 0;
	cursor: pointer;
}

#chat-text {
	position:relative;
    overflow-y:scroll;
    overflow-x:hidden;
    height: 95%;
    width: 100%;
    margin-bottom: 2px;
    border: 1px solid black
}

#chat-text div {
	padding-left: 3px;
	font-size: 1.1em;
}

#canvas {
	left: 0;
	margin-left: 4%;
	top: 0;
	margin-top: 4%;
	border: 1px solid black;
	background-color: white;
}

#ranglijst {
	display: none;
	left: 0;
	bottom: 0;
	margin-left: 4%;
	margin-bottom: 1%;
	position: absolute;
	width: 20%;
	height: 15%;
	border: 1px solid black;
	font-size: 1.1em;
	padding: 10px;
}

#skins {
	 margin-top: 10px;
}

#skins img {
	cursor: pointer;
}

.selectedskin {
	border: 5px solid red;
}

#upgrade-wrapper {
	display: none;
	bottom: 0;
	margin-left: 28%;
	margin-bottom: 1%;
	position: absolute;
	width: 20%;
	height: 15%;
	border: 1px solid black;
	font-size: 1.1em;
	padding: 10px;
}

#upgradesnelheid, #upgradeefficiency, #corrupt {
	cursor: pointer;
	font-size: 1em;
}