<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  padding: 1em;
 
}
.page{
  max-width: 60em;
  margin: 0 auto;
}
table th,
table td{
  text-align: left;
}
table.layout{
  width: 100%;
  border-collapse: collapse;
}
table.display{
  margin: 1em 0;
}
table.display th,
table.display td{
 
  padding: .5em 1em;
}

table.display th{ background: #D5E0CC; }
table.display td{ background: #fff; }

table.responsive-table1{
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 30em){
    table.responsive-table1{
      box-shadow: none;  
    }
    table.responsive-table1 thead{
      display: none; 
    }
  table.display th,
  table.display td{
    padding: .5em;
  }
    
 
  
    table.responsive-table1 tr,
    table.responsive-table1 td{
        display: block;
    }
    table.responsive-table 1tr{
        position: relative;
        margin-bottom: 1em;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    }
    table.responsive-table1 td{
        border-top: none;
    }
    table.responsive-table1 td.organisationnumber{
        background: #D5E0CC;
        border-top: 1px solid #B3BFAA;
    }
    table.responsive-table1 td.actions{
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: none;
    }
}</pre></body></html>