body {
    background-color: #011936;
      margin: 0px auto;
    font-size: 11px;
}

body, body td, body a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
body.prominent-links a {
	font-weight: bold !important;
	color: #00f !important; /* equals clHyperlink */
	text-decoration:underline !important; 
}

h1,h2,h3, p
{
	color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.a-link {
	color: #fff;
  font-weight: bold !important;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.a-link:hover {
color: #3399FF;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
}

.enz-img {
    width: 20%;
    padding-top: 20px;
}

table
{
    border-collapse:collapse;
    width: 100%;
    font-family: Arial, Calibri, Helvetica, sans-serif, Serif;
    font-size:1em !important;
	position: relative;
	z-index: 0;
	table-layout: fixed;
}
td, th
{
    vertical-align: top;
    white-space: nowrap;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
	background-color: white;
	overflow-x: hidden;
	position: relative;
	z-index: 1;
}
table td span {
  font-family:monospace;
  font-size: 150% !important;
  white-space:pre;
  color: #888;
  font-weight: normal !important;
}
table img {
	vertical-align: bottom;
}
table:hover tr td
{
	background-color: #f0f0f0;
}

th {
	background-color: #fff !important;
	font-weight: normal;
	font-size: 120% !important;
	border-bottom: 2px solid #999 !important; /* 1px will not get rendered in FF and IE11 */
	padding: 0 0.4em;
}
.leaf
{
    display: none;
}
span[onclick="toggleFolding(this)"]:hover
{
    cursor: pointer;
	background-color:#ccc;
	color: #000 !important;
	border-color: #000 !important;
}
span[onclick="toggleFolding(this)"]
{
    font-family: Courier, sans-serif, Serif;
	border: 1px solid #999;
	font-size: 1em !important;
	padding: 0 0.2em;
}
.first-col
{
    text-align: left !important;
	position: relative;
	z-index: 0;
	overflow: hidden;
}