
/* Results Colours as used by Evil Test Suite and ImportTest */

   /* CLASSIFICATION */

  .prerelease { font-style: italic; }


   /* GOOD */

  .Y { background: green;   color: white;  }
  .P { background: teal;    color: white;  } 
  .M { background: purple;  color: white;  }


   /* NONCOMMITTAL */

  .N { background: navy;    color: white;  }
  .A { background: white;   color: navy;   } 
  .U { background: silver;  color: black;  }


   /* BAAAD */

  .B { background: red;     color: yellow; }
  .D { background: maroon;  color: yellow; } 
  .C { background: black;   color: yellow; font-weight: bold; } 


/* END */
