@font-face {
    font-family: monotype;
    src: url(/mc.ttf);
}

 input, textarea{
	width:100%;
	padding:10px;
	border:1px solid yellow;
}

 p{
	font-size:20px;
}
.monotype {
    font-family: monotype;
} body{
	width:100%;
	height:100%;
	background:#000;
	color:yellow;
	padding:0;
	margin:0;
}
#header{
	width:100%;
}
#header td{
	text-align:center
}
#header td:nth-child(1){
	width:20%;
}
#header img{
	width:80%;
}
#header h1{
	font-size:6.3vw;
	margin-bottom:0;
}
#header p{
	font-size:3.3vw;
}
#navigation{
	background:yellow;
	padding:0;
	width:100%;
	font-size:30px;
	color:#000;
	font-weight:bolder;
	text-align:center;
}
#navigation button{
	padding:10 5 10 5;
	background:none;
	border:none;
	font-weight:bold;
	font-size:26px;
	margin:0 5 0 5;
	cursor:pointer;
}
#wrapper{
	width:90%;
	margin:auto;
}
.jqmWindow button{
		background:rgba(2,15,47,1);
		border:none;
		border-radius:3px;
		color:#FFF;
	}
	.jqmWindow {
		display: none;
		
		position: fixed;
		top: 17%;
		left: 50%;
		text-align:center;
		margin-left: -300px;
		width: 600px;
		
		background:rgba(228,234,237,.95);
		color: #000;
		border: 1px solid black;
		padding: 12px;
	}

	.jqmOverlay { background:rgba(0,0,0,.95); }
	  
	* html .jqmWindow {
		 position: absolute;
		 top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	}
	.jqmWindow input{
		width:100%;
		padding:10px;
	}
	.jqmWindow p{
		text-align:left;
	}
	#footer{
		width:100%;
	}
	#footer td{
		width:33%
	}
#footer td{
	text-align:center
}
#footer td:nth-child(1){
	font-size:2.1vw; 
}
#footer h1{
	font-size:2.1vw; 
	margin:0
}
#footer strong{
	font-size:2.4vw;
	text-align:center;
}
table p{
	margin:0;
	padding-top:10px;
}
#login{
	width:600px;
	margin:auto;
	padding:20px;
	background:rgba(255,255,255,.8);
	margin-top:20px;
	margin-top:20px;
}
#login button{padding:5 10 5 10;background:green;color:#FFF;border:none;display:block;margin:auto;font-size:18px}
#login input{border:1px solid #000}
#login p{color:#000}
#error{color:red !important;text-align:center;}