@font-face {
  font-family: console;
  src: url('../fonts/Ac437_IBM_BIOS-2y.ttf');
}

* {
	box-sizing: inherit;
	text-shadow: inherit;
	font-family: inherit;
	font-size: inherit;
	transition: all 0.5s ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	image-rendering: pixelated;
	color: inherit;
}

*:focus {
  outline: none;
}

body {
	background: #000;
	color: #eeeeee;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	overflow: hidden;
	cursor: crosshair;
	line-height: 150%;
	font-family: console;
	font-size: 26px;
}

a {
	color: blue;
	cursor: pointer !important;
}

a:hover {
	color: Purple;
	text-shadow: 0 0 12px rgba(255, 255, 230, 1.0);
}

nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 16px;
	background: rgba(100,100,100,0.3);
}

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

button {
	display: inline-block;
	color: black;
	cursor: pointer;
	vertical-align: top;
	border: 2px solid rgba(120,120,120,0.5);
	background: rgba(120,120,120,0.5);
	color: white;
}

button:hover {
	border-color: yellow;
}

input[type=text] {
	background: #663300;
	border: 2px solid #aa9922;
	color: yellow;
	padding: 12px;
	width: 100%;
	margin: -6px;
}

#dscreen {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 64px;
	bottom: 64px;
	border: 8px solid rgba(100,100,100,0.3);
	overflow: hidden;
}

.company_name {
	color: #3f3;
}

button.mini {
	padding: 4px;
	display: inline-block;
	margin: 0;
	background: rgba(120,120,120,0.5);
	height: auto;
	width: 32px;
}

button.active {
	color: yellow;
	background: black;
}

.money {
	color: green;
}

footer > button {
	padding: 8px;
	text-align: center;
	min-width: 160px;
}

table {
	border: 4px solid gray;
	border-collapse: collapse;
}

table td, table th {
	border: 4px solid gray;
	padding: 8px;
	min-width: 80px;
}

.msg-bubble {
	display: inline-block;
	border-radius: 32px;
	background: red;
	min-width: 40px;
	text-align:center;
	cursor: pointer;
}

.msg-bubble:hover {
	background: black;
}

.generic-list {
	position: absolute;
	left: 0;
	right: 0;
	top: 120px;
	bottom: 120px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: 4px solid gray;
	overflow: auto;
	background: rgba(255,255,255,0.9);
	color: rgba(0,0,0,0.7);
}

.generic-list > * {
	padding: 16px;
}

.generic-list h3 {
	background: rgba(0,0,0,0.1);
	border-bottom: 4px solid gray;
}

#news-roll {
	position: absolute;
	left: 0;
	right: 0;
	top: 120px;
	bottom: 120px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: 4px solid gray;
	overflow: auto;
	background: white;
	color: rgba(0,0,0,0.7);
}

h3 {
	margin: 0;
}

#news-roll > * {
	padding: 16px;
}

#news-roll h3 {
	background: rgba(0,0,0,0.1);
	border-bottom: 4px solid gray;
}

.notice {
	position: absolute;
	bottom: 48px;
	left: 0;
	right: 0;
	width: 800px;
	background: #ffa;
	color: black;
	border: 4px solid DarkORange;
	padding: 16px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
