/* html test pages styles */


table.examples thead {
   background-color: #F8F8F8;
}

table.examples th.desc {
   font-weight: normal;
   text-align: left;
}

table.examples td {
   text-align: center;
}


table.examples th.res {
   font-weight: normal;
   text-align: center;
}

table.examples tr.b {
  background-color: #DDFFDD;
}

table.examples tr.b th.res{
  color: #228B22;
}

table.examples tr.f {
  background-color: #FFDDDD;
}

table.examples tr.f th.res {
  color: #FF0000;
}

table.examples tr.p {
  background-color: #F0E68C;
}

table.examples tr.p th.res {
  color: #904000;
}

table.htmlbp tr.e {
  background-image: url('../images/exp.png');
}

table.htmlbp tr.e th.res{
  color: black;
}