nav {
  background: #333;
  padding: 0.5em;
  font-weight: bold;
  color: white;
}

nav button div {
  font-size: 80%;
}

nav button.selected {
  color: #cfc;
}

nav select {
  width: 30em;
}

#Data td:nth-child(n + 4) {
  text-align: right;
}

#Data tr > :nth-child(1),   /* File, Date, and ID */
#Data tr > :nth-child(2),
#Data tr > :nth-child(4) {
  display: none;
}

#Data tr.qc {
  background: #e8e8e8;
}

.group-result {
  color: brown;
  border-bottom: 1px solid #bbb;
}

#File {
  min-width: 20em;
}

h1 {
  font-size: 110%;
  color: #def;
}

.right {
  float: right;
}

nav a {
  color: white;
}

nav a:hover {
  color: yellow;
}