
html, body {
    font-size: 100%;
    font-family: sans-serif;
}

h1 {
    font-size: 2.2em;
    font-family: monospace;
    margin: 0.25em 0 0.5em 0.5em;
    color: #000;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
    margin: 0.5em 0;
}

h4 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 2px 0;    
}

header {
    border-bottom: 2px solid #000;
    padding: 2px;
}

header > a {
    text-decoration: none;
}

pre {
    font-family: monospace !important;
    font-size: 1.2em;
}

nav#menu {
   height: 20px;
   vertical-align: bottom;
}

#menu a {
    font-size: 15px;
    margin: 0 2px;
    padding: 3px;
    border: none;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
}

#menu a:hover {
    border: 1px dotted;
    border-bottom: none;
    margin: 0 1px;
}

#menu a:active {
    border: 1px solid;
    border-bottom: none;
    margin: 0 1px;
}

#menu a.active {
    border: 1px solid;
    border-bottom: none;
    margin: 0 1px;
}

#content {
    padding: 10px;
    font-size: 0.8em;
}

#footer {
    border-top: 1px solid #000;
    text-align: left;
    clear: both;
}

#logos {
    text-align: center;
    max-width: 1150px;
}

#contact-info {
    text-align: center;
    font-size: 11px;
}

img.logo {
    height: 60px;
    margin: 10px;
    border: none;
}

img.logo2 {
    height: 300px;
    margin: 10px;
    border: none;
}

label {
    display: block;
    margin-bottom: 4px;
}

label.inline {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 8px;
}

table.browse {
    border: solid 2px;
    border-spacing: 0;
    margin-top: 4px;
}

th {
    background-color: #ccc;
}

table thead.freeze {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
}

table.browse th, table.browse th>a {
    padding: 5px;
    color: #000;
}

table.browse td {
    border-top: solid 1px;
    border-right: solid 1px #bbbbbb;
    padding: 4px;
    white-space: nowrap;
}

table.browse thead tr:last-child th:first-child {
    position: sticky;
    top: auto;
    left: 0px;
}

table.browse tbody tr td:first-child {
    position: sticky;
    top: auto;
    left: 0px;
    z-index: 1;
    background-color: #f7f7f7;
}

table.browse tr.state-0 {
    background-color: #5f5;
}

table.browse tr.state-1 {
    background-color: #ff5;
}

table.browse tr.state-2 {
    background-color: #f55;
}

td.numeric {
    text-align: right;
}

table.entry {
    border: 0;
    border-spacing: 0px;
    margin-bottom: 8px;
}

table.entry th {
    padding: 8px;
    text-align: right;
    border-bottom: solid 1px #fff;
}
table.entry td {
    padding: 8px;
    border-bottom: solid 1px #ccc;
}

tr.entry-mature th {
    border-top: solid 3px #fff;
}
tr.entry-mature td {
    border-top: solid 3px #ccc;
}

tr.entry-variant th {
    border-top: solid 6px #fff;
}
tr.entry-variant td {
    border-top: solid 6px #ccc;
}

table caption {
    font-weight: bold;
    margin-bottom: 4px;
}

#family table.browse {
    width: 300px;
}

tbody.hilite tr:hover td {
    background-color: #ffd;
}

tbody.hilite tr:hover td:first-child {
    background-color: #ffd;
}

.seq-m, .seq-c {
    color: red;
    font-family: monospace !important;
}

.seq-s {
    color: blue;
    font-family: monospace !important;
}

.seq-mp {
    color: #faa;
    font-family: monospace !important;
}

.seq-cp {
    color: #faa;
    font-family: monospace !important;
}

.seq-sp {
    color: #0af;
    font-family: monospace !important;
}

.seq-x {
    background-color: #fe0;
    font-family: monospace !important;
}

.hairpin {

font-size: 12px;
}

.seq-g {
    color: #66cc00;
    font-family: monospace !important;
}

.p1 {margin: 0 0 1.2em 0; font: 1.2em Arial,sans-serif}
.p2 {margin: 0 0 1em 2em; font: 1.15em Times,serif}
.p3 {margin: 0 0 0 2em; font: 0.9em Times,serif}
.p4 {margin: 0 0 0 2em; font: 0.9em Times,serif}

sup {font: 75% Times,serif}

a[href] { 
    text-decoration: none;
    color: #36B;
}
a[href]:hover {
    text-decoration: underline;
}

.color-m, .color-c {
    color: red !important;
}
.color-s {
    color: blue !important;
}

.color-mp {
    color: #faa !important;
}

.color-cp {
    color: #faa !important;
}

.color-sp {
    color: #0af !important;
}

img#tree {
  position: absolute;
  top: 146px;
  left: 0px;
  width: 755px;
}

div#taxa {
  position: absolute;
  top: 150px;
  left: 748px;
}

div#taxa ul:nth-child(even) {
    background-color: #f3f3f3;
}

div#taxa ul:nth-child(odd) {
    background-color: #ffffe7;
}

ul.taxa {
    font-weight: bold;
    list-style: none;
    font-size: 13px;
    padding-left: 0em;
}

ul.species {
    font-weight: normal;
    list-style: none;
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 8px;
    padding-left: 0;
    margin: 0px;
}

ul.species li {
    height: 14px;
    white-space: nowrap;
}


div.species {
    margin-bottom: 1700px;
}

ul.browse-species {
    font-weight: normal;
    list-style: circle inside;
    font-size: 13px;
    margin-bottom: 8px;
    padding-left: 0;
}

legend {
    font-weight: bold;
}

table.sortable th {
    cursor: pointer;
}

table.heatmap_legend {
    border:0; padding: 0; margin: 0; float: right;
}

table.heatmap_legend td {
    padding: 0;
    border: 0;
    width: 2px;
    font-size: 14px;
    line-height: 12px;
}

abbr {
    text-decoration: underline;
    text-decoration-style: dotted;
}

div.flex {
    display: flex;
    flex-flow: row wrap;
}

div.col-left {    
    flex-basis: 65%;
    flex-grow: 2;
    ---min-width: 65%;
    margin-bottom: 2em;
    margin-right: 3em;
}
div.col-right {
    ---flex-basis: 25%;
    flex-grow: 1;
}

ol li {
    margin-bottom: 0.25em;
}

.gf_count {
    font-size: 85%;
}

