#Console{
	position: absolute;
	bottom: 0;
	left: 0;
	border: 1px solid black;
	background: black;
	color: white;
	opacity: 0;
	-webkit-transition: all 2s ease-in-out;
	display: none;
}

#commands{
	width: 95%;
	height: 150px;
	position: absolute;
	bottom:0;
	left:0;
	margin: 10px;
}

.show-console-animation{
	width: 500px;
	height: 500px;
	display: block !important;
	opacity: 0.9 !important;
}