@font-face {
	font-family: "DS9";
	src: url("/includes/DS9_Credits.woff2") format("woff2"),
		url("/includes/DS9_Credits.woff") format("woff"),
		url("/includes/DS9_Credits.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "TrekMonitor";
	src: url("/includes/Trek_TNG_Monitors.ttf");
}

@font-face {
	font-family: "Context";
	src: url("/includes/Context_Ultra_Condensed.ttf");
}

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

#content {
	font-family: "DS9", "Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
	color: #ffffff;
    background-color: #000000;
	top: 7%;
	left: 14%;
	right: 14%;
	bottom: 7%;
    padding: 7px;
	position: absolute;
	display: inline-block;
	overflow: auto;
    opacity: 0.95;	
}

a:link { color: #00ff00; }
a:visited { color: #00ff00; }


body::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #000000;
    background-image: url("/includes/Hannons.png");
    background-size: cover;
    opacity: 0.35;
}

.checkPass {
    color: #00ff00;
}

.checkFail {
    color: #ff0000;
}

label {
    min-width: 125px;
}

span.error {
	color: #ff0000;
	font-size: 1.1em;
	margin-left: 20px;
}

table, th, td {
	border: 1px solid white;
}

td {
	  padding: 5px;
}

#commandHeader {
	position: fixed;
	width: 100%;
	top: 2px;
	left: 2px;
}