html,body{min-height:100vh;width:100%}body{display:grid;grid-template-areas:"header" "content" "footer";grid-template-rows:6.375rem 1fr auto;grid-template-columns:100%}a{text-decoration:none !important}.super{background-image:url(assets/super.jpg);background-repeat:no-repeat;background-size:100% auto;grid-area:header;height:.375rem;width:100%}header{grid-area:header;display:flex;align-items:center;align-content:space-between;padding:1.5rem 1rem 1.5rem 1.75rem;overflow:hidden}header img.logo{height:2rem}footer{grid-area:footer;margin:2rem 2rem 0;padding:2rem 0;display:flex;flex-flow:column;align-items:flex-start;gap:.5rem;border-top:1px solid #c1c7cc;font-size:.75rem}footer>.copyright{order:99}@media only screen and (min-width: 768px){footer{flex-direction:row;flex-wrap:wrap;column-gap:2rem;row-gap:1rem;font-size:.875rem}footer>a{margin-inline-start:0;order:1}footer>.copyright{order:2;flex-basis:100%}}@media only screen and (min-width: 992px){footer{flex-wrap:nowrap;font-size:1rem}footer>.copyright{order:0;flex-basis:auto;margin-top:0}footer>a{order:1}}.content{grid-area:content;padding:0 2rem;max-width:60rem;margin:0 auto}.heading{margin-top:2rem}.heading>h1{margin-bottom:0}.heading>h2{margin-top:0}.heading>h1{font-size:2rem}.heading>h2{font-size:1.2rem}@media only screen and (min-width: 600px){.heading>h1{font-size:2.5rem}.heading>h2{font-size:1.5rem}}@media only screen and (min-width: 992px){.heading>h1{font-size:3rem}.heading>h2{font-size:2rem}}.inline-search{margin:2rem auto 0 auto;width:100%;max-width:36rem}.inline-search>.search{margin-top:1rem}.legal-container{margin:2rem auto auto;width:100%;max-width:36rem}.legal-container>p,.legal-container ul{margin-bottom:2rem}.results-container{margin-top:2rem}.results-container>table{margin:0 auto;width:100%;max-width:36rem;table-layout:fixed;font-size:.75rem}@media only screen and (min-width: 992px){.results-container>table{font-size:1rem}}.results-container>table td .file{display:flex;align-items:center;width:100%;column-gap:.5rem}.results-container>table td .file>.name{max-width:75%}.results-container>table td>.history{margin-top:.75rem}.results-container>table td>.history>table{display:none;width:100%;border-left:.06rem solid #c1c7cc;table-layout:fixed;font-size:.75rem}@media only screen and (min-width: 992px){.results-container>table td>.history>table{font-size:1rem}}.results-container>table td>.history>table td{text-align:center}.results-container>table td>.history>table tr:last-child>td{border-bottom:none}.results-container>table td>.history>input[type=checkbox]{display:none}.results-container>table td>.history>input[type=checkbox]:checked~.indicator-icon{transform:rotateZ(90deg)}.results-container>table td>.history>input[type=checkbox]:checked~table{display:table}.results-container>table td>.history>label{cursor:pointer;user-select:none;font-size:1rem}.results-container>table td>.history .indicator-icon{display:inline-block}.results-container .classification{margin-inline-start:auto}.ie-warning-banner{font-size:150%;line-height:1.5}.show-for-ie{display:none}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.activity-indicator{margin:0 auto}.no-result{justify-content:center !important}.non-eu-link{margin-top:2rem}.non-eu-links-table{margin:2rem auto}.pagination{margin:2rem auto 0;width:min-content}.translations{margin-top:2rem;text-align:center}#translations{display:none}