@font-face {
	font-family: 'fraulein_iregular';
	src: url('frau1-webfont.woff2') format('woff2'),
	url('frau1-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'space_engineers';
  src: url('space_engineers.ttf');
}

.background { 
	background-color:rgb(73, 76, 79);
	padding: 10px;
}

.SEbuy {
	font-family: space_engineers, sans-serif;
	font-size: 1.5em;
}

.SEbuy td { padding: 10px 20px; }

.SEbuy td.buy {
	color:rgb(232, 233, 234);
	background-color:rgb(91, 115, 123);
}

.SEbuy td.sell {
	color:rgb(167, 186, 193);
	background-color:rgb(41, 54, 62);
}

.SEtable { 
	border:1px solid rgb(77, 99, 113); 
	border-collapse: collapse;
	background-color:rgb(60, 76, 82);
	font-family: space_engineers, sans-serif;
	font-size: 1.5em;
}

.SEtable th { 
	background-color:rgb(33, 44, 53);
	color:rgb(227, 227, 227);
	padding: 5px;
	border-right: 1px solid rgb(60, 76, 82);
}

.SEtable th:nth-child(1), th:nth-child(4) {
	border-right: none;
}

.SEtable tbody tr {
	border-bottom: 1px solid rgb(62, 62, 66);
}

.SEtable td {
	color:rgb(149, 168, 174);
	padding: 10px;
	height: 50px;
}
	
.SEtable td:nth-child(1) { 
	min-width:50px;
}

.SEtable td:nth-child(1) img { 
	max-width:100px;
}

.SEtable td:nth-child(3) { 
	min-width:200px;
	text-align: right;
}

.SEtable td:nth-child(4) { 
	min-width:300px;
	text-align: right;
}