cfa97200252eecb2b8dfe20d9d65cd5afd0f3ba3
max
  Thu May 28 02:37:57 2020 -0700
more OMIM hgc changes, refs #18419

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index b3fc232..dac46a4 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -192,36 +192,35 @@
     font: medium bold;
 }
 
 /* used by OMIM track table */
 table.omimTbl, table.omimTbl th {
     width: 90%;
     table-layout: fixed;
 }
 table.omimTbl, table.omimTbl th, table.omimTbl td {
     border: 1px solid #909090;
     border-collapse: collapse;
     text-align: left;
     vertical-align: top;
     padding: 5px;
 }
-table.omimTbl td:first-child {
-    width: 200px;
+table.omimTbl thead {
     font-weight: bold;
 }
 table.omimTbl tbody {
-    background-color: #fffadb;
+    //background-color: #EEE;
 }
 
 table.hgBlatTable td {
     text-align: left;
 
 }
 /* end OMIM table */
 
 /* used by bed extra fields in hgc */
 table.bedExtraTbl, table.bedExtraTbl th {
     width: 90%;
     table-layout: fixed;
 }
 table.bedExtraTbl, table.bedExtraTbl th, table.bedExtraTbl td {
     border: 1px solid #909090;