@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');

body {
	font-family: 'Ubuntu Mono', sans-serif;
	background-color: #2e3436;
	color: #859900;
	font-size: 18pt;
}
a {
	text-decoration: none;
	color: #859900;
}
#inner
{
	min-width: 40%;
	margin-left: auto;
	margin-right: auto;
}
thead
{
	text-align: left;
}
table
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
table thead
{
	color: #268bd2;
}
.error
{
	color: #dc322f;
	font-weight: bold;
}
