html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, output, ruby, section, summary, time, mark, audio, video {

margin: 0;
padding: 0;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

border: 0;
font-size: 100%;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

vertical-align: baseline;

}

html, body, div, span, applet, object, iframe, p, blockquote, a, abbr, acronym, address, big, cite, del, dfn, em, img, ins, q, s, small, strike, strong, sub, sup, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

font-family: $bodyfont;

}

code, pre, tt, kbd, samp {

font-family: $monospacefont;
font-variant-ligatures: none;

}

code *, pre *, tt *, kbd *, samp * {

font-family: $monospacefont !important;
font-variant-ligatures: none;

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

display: block;

}

table {

border-collapse: collapse;
border-spacing: 0;

}

h1, h2, h3, h4, h5, h6 {

font-family: $headerfont;

}

blockquote, q {

quotes: none;

&:before, &:after {
  content: '';
  content: none;
}

}

.h2Annex {
font-family: $headerfont;

}

dl {

display: grid;
grid-template-columns: max-content auto;

dt, dd {
  p {
    margin-top: 0;
  }
}

dt {
  grid-column-start: 1;
}

dd {
  grid-column-start: 2;
}

}

b, strong {

font-weight: bold;

}

div.document-stage-band, div.document-type-band {

background-color: #333333;

}

a.FootnoteRef + a.FootnoteRef:before {

  content: ", ";
  vertical-align: super;
}

.addition {

color: blue;

}

.deletion {

color: red;
text-decoration: line-through;

}