body {
  background-color: black;
  background-image: radial-gradient(
    rgba(0, 150, 0, 0.75), black 120%
  );
  height: 100vh;
  color: white;
  font: 1.3rem Inconsolata, monospace;
  text-shadow: 0 0 5px #C8C8C8;
}
table {
	margin-left: 5em;
}
td, th
{
    padding: 0 5px;
    text-align: center;
}
::selection {
  background: #0080FF;
  text-shadow: none;
}
#status {
	padding: 1em;
	margin: 1em;
	border: 2px solid green;
	box-shadow: 0 0 8px green;
}
#penalties-outer {
	display: none;
}
