<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> div#navigation-matchreport {
   margin-bottom: 10px;
 }

 div.navigation-buttons {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 10px;
 }

 div.navigation-buttons div {
   border: solid 1px #aaaaaa;
   padding: 3px;
   border-radius: 3px;
   background-color: #eeeeee;
 }

 div.navigation-buttons div.empty {
   visibility: hidden;
 }

 div.navigation-buttons div.next::after {
   content: "\25BA ";
   color: #aaaaaa;
 }

 div.navigation-buttons div.prev::before {
   content: "\25C4 ";
   color: #aaaaaa;
 }

 div.querylinks {
   display: flex;
   margin-bottom: 5px;
 }

 div.querylinks div {
   margin-right: 10px;
 }


 #addtobasket {
   display: none;
 }

 @media only screen and (min-width: 790px) {
   #addtobasket {
     display: block;
   }
 }</pre></body></html>