a {
  display: block;
  cursor: pointer;
  user-select: none; }
  a:hover {
    text-decoration: underline; }
  a.true {
    color: green; }
  a.false {
    color: red; }
  a.loading {
    color: orange;
    cursor: wait; }

/*# sourceMappingURL=style.css.map */
