#app .noselect {
  user-select: none;
}

#app .anc {
  opacity: 0.5;
}

#app .space {
  margin-bottom: 16px;
}

#app .clickable {
  cursor: pointer;
}

#app .good {
  background: #efe;
  border: solid 1px #bfb;
  border-radius: 4px;
}

#app .bad {
  background: #fee;
  border: solid 1px #fbb;
  border-radius: 4px;
}

#app .red {
  color: #f88;
}

#app table {
  border-collapse: collapse;
}

#app .right {
  text-align: right;
}