/* For files generated by wild_report.py */

#status {
  text-align: center;
  font-size: x-large;
  color: darkred;
}

tbody .name {
  font-family: monospace;
}

/* Most cells are numbers or OK/FAIL, align left */
td {
  text-align: right;
}
/* Except for the paths */
.name {
  text-align: left;
}

/* Adapted from spec-tests.css */
.ok   { color: darkgreen; }
.fail { color: darkred; }

#stderr td {
  vertical-align: top;  /* so the #anchor goes to top of cell */
  text-align: left;
  border-top: solid 1px;
  border-color: lightgrey;
}

/* different hover color than the files/dirs tables */
#stderr tr:hover {
  background-color: #eee;
}

#nav {
  font-size: large;
  font-family: monospace;
}

#summary {
  background-color: #DEE;  /* like blog .attention */
  padding: 5px;
}

