@import url('https://fonts.googleapis.com/css2?family=Wallpoet&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html,
body {
	margin:0px;
	padding:0px;
	font-family: 'Roboto',"Segoe UI", Tahoma, Geneva, sans-serif;
	line-height: 1.42857;
	background-color:#333;
	color:#FFF;
}
h1#title {
	background-repeat: no-repeat;
	background-position: top left;
	background-color:transparent;
	text-indent:120px;
	font-size:80px;
	height:100px;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:0px;
}
h1#title a:link,
h1#title a:visited,
h1#title a:active {
	font-family: 'Wallpoet', "Segoe UI", Tahoma, Geneva, sans-serif;
	text-decoration:none;
	color:#FFF;
    font-weight: 400;
}
span#extras {
	background-color:#CCC;
	color:#000;
	font-size:12px;
	border-radius: 20px 0 0 20px;
	padding:4px 6px;
	float:right;
	margin-top:5px;
}
span#extras img {
	vertical-align: middle;
}
span#extras a:link {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
span.nobreak {
	white-space: nowrap;
}
div#wrapper {
	max-width:1024px;
	margin:0px auto 0px auto;
}
div#wrapper div.col {
	width:45%;
	float:left;
	margin:3px;
	padding:10px;
	background-color:#666;
}
div#wrapper div.col table {
	width:100%;
}
table tr:nth-child(even) {
	background: #777;
}
table tr th {
	background:#0099cc;
	color:#EEE;
}
table tr td:first-child {
	white-space:nowrap;
}
div#debug {
	clear:both;
}

