<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

body {
  font-size: 14px;
  background-color: #EEEEED;
}

option {
  max-width: 100px;
  text-overflow: ellipsis;
}

.buttom-controls {
  padding-top: 0.5em;
  padding-bottom: 0.1em;
  padding-top: 0.3em;
}

.box-container {
  background-color: #F7F7F7;
  border-width: 1px;
  border-color: #D5D5D5;
  border-style: solid;
  padding-left: 1em;
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.preview img {
  border: 4px solid #444;
  padding: 1px;
  width: 800px;
}

.references-remove {
  display: none;
  font-size: 0.9em;
  color: #C7191C;
}

.synonyms-remove {
  display: none;
  font-size: 0.9em;
  color: #C7191C;
}

.links-remove {
  display: none;
  font-size: 0.9em;
  color: #C7191C;
}

.box-container-fluid {
  background-color: #F7F7F7;
  border-width: 1px;
  border-color: #D5D5D5;
  border-style: solid;
  padding-left: 1.5em;
  margin-top: 1em;
  margin-left: -1em;
  margin-right: -1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.box-bar {
  background-color: #F7F7F7;
  border-width: 1px;
  border-color: #D5D5D5;
  border-style: solid;
  padding-left: 1em;
}

.hook {
  position: relative;
  top: -5.5em;
  margin-top: -1em;
  float: left;
}

.hook-references {
  position: relative;
  top: -5.5em;
  margin-top: -2em;
  float: left;
}

.title-box {
  font-family: Roboto-Regular;
  font-size: 1.1em;
  color: #FFF;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  display: inline-block;
  padding-right: 1em;
}

.span-title {
  padding-left: 2.1em;
  font-family: Roboto-Regular;
}

.box-border {
  border-left-width: 0.5em;
  border-left-style: solid;
}

.bd-green {
  border-left-color: #1F8541;
}

.yellow {
  border-left-color: #E0C551;
}

.box-body-text {
  font-family: Roboto-Regular;
  font-size: 1em;
  padding-right: 1.5em;
  word-wrap: break-word;
}

.li-icons {
  list-style-type: none;
  font-family: Roboto-Regular;
  display: inline;
  margin-right: 0.2em;
  padding-left: 0.2em;
}

.margin-thumb-gallery {
  margin-left: -10px;
}

.box-title {
  font-size: 1.2em;
  font-family: Roboto-Regular;
}

.speciesName {
  padding-left: 2.1em;
  font-family: RobotoCondensed-Regular;
  font-size: 0.9em;
}

.thumb-gallery {
  margin-right: -20px;
  margin-left: -5px;
  margin-bottom: 0.4em;
  background-color: #000000;
}

.primary-image {
  margin-left: -15px;
  margin-right: -15px;
}

.primary-image img {
  max-height: 450px;
}

.image-info {
  opacity: 0.5;
  background-color: #000000;
  position: absolute;
  bottom: 0em;
  width: 100%;
  margin-left: -15px;
  padding-left: 15px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  z-index: 1;
  font-family: Roboto-Regular;
  font-size: 1em;
}

.front {
  position: absolute;
  z-index: 1;
}

.background-dark-green {
  background-color: #1B7035;
}

.background-green {
  background-color: #8AA64B;
}

.title-extended {}

.reference {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto-Regular;
}

.author {
  color: #818181;

}

.title {
  color: #00000;
}

.subtitle {
  font-family: RobotoCondensed-Regular;
  font-size: 1.1em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1em;
  color: #FFFFFF;
}

.distribution-box {
  padding-top: 2em;
  padding-bottom: 2em;
  font-family: Roboto-Regular;
}

.geographic-list {
  padding-left: 1em;
  padding-left: 1.2em;
  padding-top: 0.5em;
  font-family: RobotoCondensed-Regular;
  font-size: 1em;
  margin-left: 0;
  list-style: none;
}

.geographic-list a {
  color: #333;
}

.geographic-list a:hover {
  text-decoration: none;
}

.custom-bullet li {
  display: block;
  padding-bottom: 1em;
  margin-left: 0px;
}

.custom-bullet li:before {
  content: "\e043";
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  float: left;
  margin-top: 4px;
  margin-left: -17px;
  color: #CCCCCC;
}

.custom-links li {
  display: block;
  padding-bottom: 0.2em;
  margin-left: 0px;
}

.custom-links li:before {
  content: "\e144";
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  float: left;
  margin-top: 4px;
  margin-left: -17px;
  color: #CCCCCC;
}

.li-synonyms {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.box-gallery {
  margin-right: -1em;
}

@media (min-width:992px) {
  .margin-thumb-gallery {
    margin-right: 0em !important;
    margin-top: 0em !important;
  }
  .desktop-only {
    display: block !important;
  }
  .box-gallery {
    margin-right: -1.5em !important;
  }
  .desktop-only-gallery {
    max-height: 100px;
    !important;
  }
  .mobile-only-gallery {
    max-height: auto;
    !important;
  }
}

@media (max-width: 991px) {
  .margin-thumb-gallery {
    margin-right: 0.75em !important;
    margin-top: 0.4em !important;
  }
  .box-gallery {
    margin-right: 1em !important;
  }
  .desktop-only {
    display: none !important;
  }
  .desktop-only-gallery {
    max-height: auto !important;
  }
  .mobile-only-gallery {
    max-height: 100px !important;
  }
}
</pre></body></html>