<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.verifications-table
 {
   width: 100%;
 }

.verifications-table-caption
{
  text-align: left; 
  font-weight: normal; 
  font-size: 1rem;
}  

.verifications-table-heading
 {
  padding-left: 5px; 
  padding-right: 5px;
  font-size: 0.8rem; 
  font-weight: bold; 
  background-color: #bbbbbb;
  text-align: left; 
 }
 
.verifications-table-heading.name
 {
  width: 250px;
 } 

.verifications-table-cell
 {
   font-size: 0.8rem; 
   vertical-align: top; 
   background-color: #dfdfdfdf;
   padding-left: 5px;
   padding-right: 5px;
 }

.bordered
 {
   width: 100%;
   border: solid 1px #aaaaaa;
   border-radius: 5px;
 }
 
.fulldetails-herbarium-image-list
 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
 }

</pre></body></html>