<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#siteResults a, #speciesResults a {
 background-color: #f8f8f8;
 border: 1px solid transparent;
 display: block;
 margin: 0.1em;
 padding: 0.1em 0.5em;
}

#siteResults a:nth-child(even), #speciesResults a:nth-child(even) {
 background-color: #ffffff;
}

#siteResults a:hover, #speciesResults a:hover {
 border: 1px solid #c0c0c0;
}

.tabs &gt; div:first-child &gt; a {
 border: 1px outset #000000;
 border-radius: 6px 6px 0px 0px;
 display: inline-block;
 font-size: larger;
 font-weight: bold;
 padding: 2px;
 position: relative;
 text-decoration: none;
 top: 1px;
}
.tabs &gt; div:first-child &gt; a.selected {
 background-color: #f0f0f0;
 border-bottom-color: #f0f0f0;
 border-bottom-style: solid;
}
.tabs &gt; div:first-child &gt; a:not(.selected) {
 background-color: #e8e8e8;
 border-style: inset;
}
.tabs &gt; div:first-child &gt; a:not(.selected):hover {
 background-color: #e0e0e0;
}
.tabs &gt; div:not(:first-child) {
 border: 1px outset #000000;
 border-radius: 0px 6px 6px 6px;
 padding: 0em 0.5em 0.5em 0.5em;
 margin-bottom: 1em;
}

a.alterFilter {
 border: 1px dashed transparent;
 color: #000000;
 display: inline-block;
 padding-right: 0.1em;
 text-decoration: none;
}
a.alterFilter:hover {
 border-color: #808080;
 background-color: #e8e8e8;
}
a.alterFilter:before {
 content: 'X';
 background-color: #f0f0f0;
 border: 1px outset #808080;
 border-radius: 0.25em;
 margin-right: 0.2em;
 padding: 0.1em 0.2em;
}
a.alterFilter:hover:before {
 background-color: #e0e0e0;
 border-color: #000000;
}</pre></body></html>