* {
	padding: 0px;
	margin: 0px;
}
body {
	font: Georgia, Times, "Times New Roman", Serif;
	background-color: #708090;
	color:#000;
}

#framefront {
	border: 2px solid #778899;
	width: 50%;
	height: 50%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}
#framefront h1 {
	font-size: 10em;
	font-weight: normal;
}
#frame {
	border: 2px solid #778899;
	width: 50%;
	height: 50%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	float: left;
	clear:both;
	color: #C0C0C0;
}
#menu {
	color: #2F4F4F;
	position: fixed;
	top: 2em;
	left: 2em;
}
#menu a {
	color: #2F4F4F;
}
#menu a:hover {
	color: #696969;
}

/* Hårddiskar */
#hddstats {
	width: 100%;
	float: left;
}
#hddstats i {
	font-size: 0.75em;
}
#hddstats fieldset {
	border: 2px solid #778899;
	margin: 10px;
	padding: 2px;
}
.barcont {
	float: left;
}
.bar {
	margin: 0 2 5 2;
	width: 300px;
	height: 1.1em;
	color: #fff;
	float: left;
	border: 1px solid #4682B4;
	
}
.bar [class^="hdd"] {
	height: 100%;
	font-size: 0.8em;
	overflow: visible;
}
.bar .hddnorm {
	background: #87CEEB;
}
.bar .hdd75 {
	background: #FFA500;
}
.bar .hdd90 {
	background: #FF8C00;
}
.bar .hdd95 {
	background: #f00;
}

/* WoL */
.unitstat:before {
	/* For a round bullet */
	content: '\2022';
	/* For a square bullet */
	/*content:'\25A0';*/
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	left: -10px;
	top: 0;
	font-size: 20px;
}
.unitstat {
	margin-left: 10px;
}
