*
{
  font-family: monospace;
}

.hidden {
  display: none;
}

#forms {
  float: left;
}

#results {
  float: right;
}

.results table {
  border: 1px solid black;
  margin: 1px;
}

.results table tbody tr:first-child {
  background-color: #00FF00;
}

.results table tbody td:first-child {
  width: 280px;
}

.results table tbody td:last-child {
  text-align: right;
  width: 20px;
}

td.results {
  vertical-align: top;
}

.active {
  font-weight: bold;
}

#modeButtons {
  display: none;
}
