html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin  : 0px; 
	padding : 0px; 
}

div{
	box-sizing : border-box;	
}

.console {
	position:absolute; 
	left:10%; 
	top:10%; 
	width:80%; 
	height:80%; 
	background-color:black; 
	color:white; 
	overflow:auto; 
	border:1px groove white; 
	padding:5px;
	font-family : monospace;
	z-index:10;
}

.console a{
	color:yellow;	
}

.console pre{
	background-color:#111;
	border:1px solid gray;
	margin:0px 10px 0px 10px;	
}

.console .pre{
	background-color:#111;
	border:1px solid gray;
	margin:0px 10px 0px 10px;	
}		
		

.console_btn {
	position:absolute; 
	left:0px; 
	top:0px;
	width:20px;
	height:20px;
	font-size:16px;
	text-align:center;
	padding:0px;
	background-color:black;
	border:1px groove white;	
	color:white;
	cursor:pointer;
}

.loadbar {
	position:absolute; 
	left:10%; 
	top:90%; 
	width:80%; 
	height:50px; 
	overflow:hidden; 
	text-align:center;
}

.loader {
	display : inline-block; 
	width:10px; 
	height:10px;
	margin:0px 2px 0px 2px;
	background-color:#AAAAAA;
	border-radius:50%;
}
