<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**
 *Results layout
 */
 
#result-container 
 {
   color: #424242;
   font-family: Verdana, Tahoma, sans-serif;
 }
 

 /** Mobile first so by default no basket controls*/
 .basket-control-container{
  display: none;
 }

 .result-row
 {
  display: flex;
  border-radius: 5px;
  border: solid 1px #bbbbbb;
  background-color: #f2f2f2;
  /*width: 750px;*/
  margin-bottom: 5px;
  flex-wrap: wrap; 
 }

 @media only screen and (min-width: 790px){
  .basket-control-container{
    display: block;
   }
  }

@media only screen and (min-width: 550px){
   .result-row {
    flex-wrap: nowrap;
   }
 }


 
.result-row-left-pane
 {
  flex:1;
  /*min-width: 600px;*/
  flex-basis: 600px;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 5px;
 }

.result-row-left-pane-row
 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3px;
  max-width: 100%;
 }

.result-row-left-pane-row-cell
 {
   min-width: 150px;
 }

.result-row-left-pane-row-cell:nth-of-type(2)
 {
   text-align: right;
 }
 
.result-row-left-pane-row-cell a
 { 
  /*color: #476532;*/
  color: #3C652F;
 }

.result-row ul
 {
  margin: 0px;
  padding-left: 10px;
 }
   
.result-row-right-pane
 {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 145px;
 }

.herbarium-image-container
 {
  padding: 5px;
  width: 75px;
  border: solid 1px #aaaaaa;
  margin: 5px;
 }

.staticmap
 {
  padding: 2.5px;
  width: 80px;
  height: 110px;
  border: solid 1px #aaaaaa;
  margin: 0px;
  margin-top: 5px;
 }

.herbarium-image-container&gt;a img
 {
  width: 75px;
 }

.herbarium-image-container:empty
 {
  display: none;
 }
  
.herbarium-image-container&gt;div
 {
   text-align: center;
 }

.iiiflogocontainer
 {
   align-self: center;
   margin-left: 10px;
 }
  
.iiiflogo
 {
   width: 25px;
 } 
  
.accession-gallery
 {
  width: 123px; 
  white-space: nowrap;
  display: block;
  overflow-x: scroll; 
  overflow-y: hidden;
  display: none;
 }

.accession-gallery .rbgegallery-35
 {
  height: 50px; 
  width: 100%;
 }

.accession-gallery .rbgegallery-35
 {
  height: 50px; 
  width: 100%;
 }

.gallery span
 {
    display: none;
 }

.gallery img
  {
    border: solid 1px;
    margin: 3px;
  }

.grey-gradient
 {
  /*background: linear-gradient(to right, rgba(255,0,0,0), rgba(204,204,204,1));*/
  background: linear-gradient(to right, rgba(255,0,0,0), rgba(214,214,214,1));
 }
 
.type-highlight
 {
  color: red;
 } 
 
.indent
 {
  margin-left: 15px;
 } 

.italic
 {
  font-style: italic;
 } 
 
.bold
 {
  font-weight: bold;
 }

.ocrtext
 {
   width: 100%;
 }
 
.ocrtext-display
 {
   margin: 5px;
   border: solid 1px #bbbbbb; 
   padding: 5px;
 }
.ocrtext-display-hidden
 {
  display: none;
 }
  
.ocr-highlight
 {
   background-color: yellow;
 } 

.participant
 {
   margin-top: 5px;
   border: solid 1px #bbbbbb; 
   border-radius: 5px;
   padding: 5px;
 } 
  </pre></body></html>