/* -- file start -- */


div.main.major div.eyecatch  { 
  float: right;
  width: 30%;			/* work-around for bug in FF2.0. should be max-width */
  margin: 0 0 1em 1em;
}
div.main.major div.eyecatch img  { 
  width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #f9f9f9 #3e4e7f #424242 #e5edff;   /* alternative: #ff and #e6 */
  padding: 3%;
}

table.compatibility  { 
  margin-top: 1em;
  border-collapse: collapse;
}
table.compatibility td, table.compatibility th  { 
  border: 1px solid #999;
}
table.compatibility th  { 
  background-color: #ccc;
}
.pass  { 
  color: white;
  background-color: green;
}
.fail  { 
  color: yellow;
  background-color: red;
}
.issues  { 
  color: #996633;
  background-color: #FF9933;
}


/* -- file end -- */
