<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------------------------------------------- */
/*            ****          SPECIFIC TO GnpSNP           ****            */
/* --------------------------------------------------------------------- */

/* --------------------------------------------------------------------- */
/*            ****             TABLES               ****                 */
/* --------------------------------------------------------------------- */

/* -- genotype table -- */
.genotype {
  border: 1px solid #adaaad;
  width: 100%;
  overflow: auto;
}
.genotype .unchangedValue a:link {
  color: #666666;
	text-decoration: none;
  font-family: courier;
}
.genotype .unchangedValue a:visited {
  color: #666666;
	text-decoration: none;
  font-family: courier;
}
.genotype .changedValue a:link  {
  color: red;
  text-decoration: none;
  font-family: courier;
}
.genotype .changedValue a:visited  {
  color: red;
  text-decoration: none;
  font-family: courier;
}
</pre></body></html>