body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -1.5em
}

td {
	font-size: 10pt;
	vertical-align: top;
}
.bold {
	font-weight: bold;
}
.rm {
	margin-left: 12px;
}
.red {
	color: red;
}
.blue {
	color: blue;
}
.green {
	color: green;
}
.darkgrey {
	color: #999999;
}
.yellow {
	color: yellow;
}
.violet {
	color: violet;
}
.grey {
	color: #CCCCCC;
}
.igv {
	background-color: violet;
}
.small {
	font-size: 8pt;
	vertical-align: top;
}
.redbg {
	background-color: red;
}
.bluebg {
	background-color: blue;
}
a {
	color: blue;
}
a:visited {
	color: blue;
}
h2 {
	font-size: 18pt;
}
h1 {
	font-size: 24pt;
}
.code {
	font-family: "Courier New", Courier, mono;
}
.input_field {
	width: 110pt;
}
.container {
	height: 12em; overflow: auto; border-left: 2px solid blue
}
.omim_list::before {content: "OM"; background-color: violet;
  display: inline-block; width: 1.8em;
  font-size: 5pt;font-weight: bold;
  margin-left: 0em; text-align: left;border-radius:5px;
}
.orpha_list::before {content: "orp"; background-color: orange;
  display: inline-block; width: 1.8em;
  font-size: 5pt;font-weight: bold;
  margin-left: 0em; text-align: center;border-radius:5px;
}
.panel_list::before {content: "P"; background-color: lightblue;
  display: inline-block; width: 1.8em;
  font-size: 5pt;font-weight: bold;
  margin-left: 0em; text-align: center;border-radius:5px;
}
.homo {
	background-color: lightgreen;border-radius:5px;
}
.het {
	background-color: lightyellow;border-radius:5px;
}
.comphet {
	background-color: goldenrod;border-radius:5px;
}
.DM {
	background-color: red;border-radius:5px;
}
.subheading {
	font-size: 12pt;font-weight: bolder;border-bottom: 1px grey solid;font-style: italic;
}
.w10 {
	width: 10em;
}
.include {
	background-color: blue;
	color: white;
	border-radius: 8px;
	font-size: 8pt;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}
.exclude {
	background-color: red;
	color: white;
	border-radius: 8px;
	font-size: 8pt;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}
.infotable {
	border-style: solid;	
	border-color: #CCCCCC; 
	border-width: 1px; 
	font-style: italic
}
a.hover {
	color: black;
	text-decoration: none
}
a.hover:hover {
	color: blue;
	font-weight: bold;
}

.varinfo {max-width:24em; word-wrap:break-word;}