﻿body {
	margin: 0;
	padding: 0;
}

#ss-container {
	margin: 0 auto;
	width: 780px;
}

#ss-topmenu {
	padding: 0;
	margin: 0 auto;
	display: flex;
}

#ss-topmenu>div>a:hover {
	text-decoration: none;
}

.flex-con {
	display: flex;
	justify-content: flex-start;
	list-style-type:none;
	align-items: center;
	gap: 1px;
	padding: 0;
	margin: 0;
}
.flex-it {
	height: 35px;
}

.flex-it:not(:first-child, :last-child), .flex-it>span>a {
	background: #203C88;
	color: white;
	padding: 0;
	width: 95px;
}

.flex-it span{
	display: block;
	line-height: 3em;
	text-align: center;
}

.flex-it:hover{
	cursor: pointer;
}

.flex-it:not(:first-child, :last-child):hover,
.flex-it:not(:first-child, :last-child):hover>span>a  {
	color: white;
	background: #EF7B14;
	text-decoration: none;
}

.flex-it:nth-child(7)>ul>li {
	padding-right: 5px;
	min-width: 90px !important;
}

.flex-it ul {
	display: none;
}

.flex-it:hover ul {
	display: block;
	position: absolute;
	list-style-type:none;
	padding:0;
}

.flex-it ul li {
	background: #203C88;
	min-width: 95px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.flex-it ul li:hover {
	background: #EF7B14;
}

.flex-it ul li:hover a, .flex-it:hover ul a {
	color: white;
	text-decoration: none;
	padding-left: 5px;
}

#ss-sciname {
	width: 60%;
	padding-top: 5px;
	padding-bottom: 20px;
	margin: 0;
	clear: left;
}

#ss-ad {
	width: 20%;
	padding: 0;
	margin: 0;
	float: right;
}

#ss-photomap-container {
	/*clear: both;*/
}

#ss-photo {
	width: 50%;
	text-align: center;
}

#ss-photo-full {
	text-align: center;
	clear: both;
}

#ss-map {
	text-align: center;
	width: 50%;
	float: right;
}

#ss-main {
	padding: 0;
	margin: 0;
	clear: both;
}

#ss-moreinfo-container {
	margin: 0 auto;
}

.ss-moreinfo {
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
}

.ss-div15 {
	width: 15%;
	float: left;
	margin: 0;
	padding: 0;
}

.ss-div25 {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
}

#ss-collab {
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	margin-top: 30px;
	margin-bottom: 5px;
	padding: 10px 0 10px 0;
}

#ss-footer {
	clear: both;
	margin: 0;
	padding: 0;
	overflow: vissible;
}

.ss-fiftypercent {
	width: 50%;
	float: left;
}

.ss-clearboth {
	clear: both;
}


/* tooltip for speciest list added by MOrtiz */
.tooltip
{
  font-style:xx-small;
  text-decoration:none;
  position:relative;
}
.tooltip span
{
  display:none;
  font-style:xx-small;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white;
}
.tooltip span img
{
  font-style:xx-small;
  float:left;
  margin:0px 8px 8px 0;
}
.tooltip:hover span
{
  font-size:xx-small;
  display:block;
  position:absolute;
  top:10;
  left:0;
  z-index:1000;
  width:absolute;
  max-width:1000px;
  min-height:150px;
  border:1px solid gray;
  margin-top:-170px;
  margin-left:-5px;
  overflow:hidden;
  padding:8px;
}

.tooltip2
{
  font-style:xx-small;
  text-decoration:none;
  position:relative;
}
.tooltip2 span
{
  display:none;
  font-style:xx-small;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white;
}
.tooltip2 span img
{
  font-style:xx-small;
  float:left;
  margin:0px 8px 8px 0;
}
.tooltip2:hover span
{
  font-size:xx-small;
  display:block;
  position:absolute;
  top:10;
  left:0;
  z-index:1000;
  width:210px;
  max-width:500px;
  min-height:50px;
  border:1px solid gray;
  margin-top:-90px;
  margin-left:-65px;
  overflow:hidden;
  padding:10px;
}

/* Facebook "Send" flyout position */
.fb_edge_comment_widget {
    /*margin-top: -250px;*/
}

span.sciname a:link, span.sciname a:visited, span.sciname span.sciname a:active {
	text-decoration: none;
	color: #3870a0;
}

span.sciname a:hover {
	text-decoration: underline;
	color: blue;
}

span.noLinkDesign a:link, span.noLinkDesign a:visited, span.noLinkDesign a:hover, span.noLinkDesign a:active {
	text-decoration: none;
	color: #3870a0;
}
span.noLinkDesign a:hover {
	text-decoration: underline;
	color: blue;
}

.form-cont {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}
.col-cont {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.categ {
	padding-bottom: 5px;
}
.categ span {
	text-align: left !important;
}
.categ-title {
	font-weight: bold !important;
	font-style: italic;
}
.categlink {
	padding-left: 10px;
}

a.info {
	text-decoration: none;
	color: #0066cc;
}

.legend {
	font-size: 11px;
}

.legend .range {
	font-weight: bold;
	display: inline-block;
	width: 95px;
	font-family: monospace;
}

.legend .item {
	display: flex;
}