metanorma-iho 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/isodoc/iho/html/htmlstyle.css +626 -370
- data/lib/isodoc/iho/html/htmlstyle.scss +1 -1
- data/lib/isodoc/iho/html/iho.css +197 -136
- data/lib/isodoc/iho/html/wordstyle.css +422 -352
- data/lib/metanorma/iho/basicdoc.rng +37 -32
- data/lib/metanorma/iho/isodoc.rng +23 -17
- data/lib/metanorma/iho/version.rb +1 -1
- data/metanorma-iho.gemspec +3 -2
- metadata +24 -10
| @@ -20,7 +20,8 @@ figure, figcaption, footer, header, hgroup, | |
| 20 20 | 
             
            menu, output, ruby, section, summary,
         | 
| 21 21 | 
             
            time, mark, audio, video {
         | 
| 22 22 | 
             
              margin: 0;
         | 
| 23 | 
            -
              padding: 0; | 
| 23 | 
            +
              padding: 0;
         | 
| 24 | 
            +
            }
         | 
| 24 25 |  | 
| 25 26 | 
             
            html, body, div, span, applet, object, iframe,
         | 
| 26 27 | 
             
            h1, h2, h3, h4, h5, h6, p, blockquote, pre,
         | 
| @@ -36,7 +37,8 @@ figure, figcaption, footer, header, hgroup, | |
| 36 37 | 
             
            menu, nav, output, ruby, section, summary,
         | 
| 37 38 | 
             
            time, mark, audio, video {
         | 
| 38 39 | 
             
              border: 0;
         | 
| 39 | 
            -
              font-size: 100%; | 
| 40 | 
            +
              font-size: 100%;
         | 
| 41 | 
            +
            }
         | 
| 40 42 |  | 
| 41 43 | 
             
            html, body, div, span, applet, object, iframe,
         | 
| 42 44 | 
             
            h1, h2, h3, h4, h5, h6, p, blockquote, pre,
         | 
| @@ -51,7 +53,8 @@ article, aside, canvas, details, embed, | |
| 51 53 | 
             
            figure, figcaption, footer, header, hgroup,
         | 
| 52 54 | 
             
            menu, nav, output, ruby, section, summary,
         | 
| 53 55 | 
             
            time, mark, audio, video {
         | 
| 54 | 
            -
              vertical-align: baseline; | 
| 56 | 
            +
              vertical-align: baseline;
         | 
| 57 | 
            +
            }
         | 
| 55 58 |  | 
| 56 59 | 
             
            html, body, div, span, applet, object, iframe,
         | 
| 57 60 | 
             
            p, blockquote,
         | 
| @@ -66,90 +69,115 @@ article, aside, canvas, details, embed, | |
| 66 69 | 
             
            figure, figcaption, footer, header, hgroup,
         | 
| 67 70 | 
             
            menu, nav, output, ruby, section, summary,
         | 
| 68 71 | 
             
            time, mark, audio, video {
         | 
| 69 | 
            -
              font-family: {{bodyfont}}; | 
| 72 | 
            +
              font-family: {{bodyfont}};
         | 
| 73 | 
            +
            }
         | 
| 70 74 |  | 
| 71 75 | 
             
            code, pre, tt, kbd, samp {
         | 
| 72 76 | 
             
              font-family: {{monospacefont}};
         | 
| 73 | 
            -
              font-variant-ligatures: none; | 
| 77 | 
            +
              font-variant-ligatures: none;
         | 
| 78 | 
            +
            }
         | 
| 74 79 |  | 
| 75 80 | 
             
            code *, pre *, tt *, kbd *, samp * {
         | 
| 76 81 | 
             
              font-family: {{monospacefont}} !important;
         | 
| 77 | 
            -
              font-variant-ligatures: none; | 
| 82 | 
            +
              font-variant-ligatures: none;
         | 
| 83 | 
            +
            }
         | 
| 78 84 |  | 
| 79 85 | 
             
            p code, dt code, li code, label code, legend code, caption code, th code, td code,
         | 
| 80 86 | 
             
            p tt, dt tt, li tt, label tt, legend tt, caption tt, th tt, td tt,
         | 
| 81 87 | 
             
            p kbd, dt kbd, li kbd, label kbd, legend kbd, caption kbd, th kbd, td kbd,
         | 
| 82 88 | 
             
            p samp, dt samp, li samp, label samp, legend samp, caption samp, th samp, td samp {
         | 
| 83 | 
            -
              font-size: {{monospacefontsize}}; | 
| 89 | 
            +
              font-size: {{monospacefontsize}};
         | 
| 90 | 
            +
            }
         | 
| 84 91 |  | 
| 85 92 | 
             
            sub, sup {
         | 
| 86 | 
            -
              font-size: 0.75em; | 
| 93 | 
            +
              font-size: 0.75em;
         | 
| 94 | 
            +
            }
         | 
| 87 95 |  | 
| 88 96 | 
             
            article, aside, details, figcaption, figure,
         | 
| 89 97 | 
             
            footer, header, hgroup, menu, nav, section {
         | 
| 90 | 
            -
              display: block; | 
| 98 | 
            +
              display: block;
         | 
| 99 | 
            +
            }
         | 
| 91 100 |  | 
| 92 101 | 
             
            table {
         | 
| 93 102 | 
             
              border-collapse: collapse;
         | 
| 94 | 
            -
              border-spacing: 0; | 
| 103 | 
            +
              border-spacing: 0;
         | 
| 104 | 
            +
            }
         | 
| 95 105 |  | 
| 96 106 | 
             
            h1, h2, h3, h4, h5, h6 {
         | 
| 97 | 
            -
              font-family: {{headerfont}}; | 
| 107 | 
            +
              font-family: {{headerfont}};
         | 
| 108 | 
            +
            }
         | 
| 98 109 |  | 
| 99 110 | 
             
            .h1, .h2, .h3, .h4, .h5, .h6 {
         | 
| 100 | 
            -
              font-family: {{headerfont}}; | 
| 111 | 
            +
              font-family: {{headerfont}};
         | 
| 112 | 
            +
            }
         | 
| 101 113 |  | 
| 102 114 | 
             
            blockquote, q {
         | 
| 103 | 
            -
              quotes: none; | 
| 104 | 
            -
             | 
| 105 | 
            -
             | 
| 106 | 
            -
             | 
| 115 | 
            +
              quotes: none;
         | 
| 116 | 
            +
            }
         | 
| 117 | 
            +
            blockquote::before, blockquote::after, q::before, q::after {
         | 
| 118 | 
            +
              content: "";
         | 
| 119 | 
            +
              content: none;
         | 
| 120 | 
            +
            }
         | 
| 107 121 |  | 
| 108 122 | 
             
            .h2Annex {
         | 
| 109 | 
            -
              font-family: {{headerfont}}; | 
| 123 | 
            +
              font-family: {{headerfont}};
         | 
| 124 | 
            +
            }
         | 
| 110 125 |  | 
| 111 126 | 
             
            dl {
         | 
| 112 127 | 
             
              display: grid;
         | 
| 113 | 
            -
              grid-template-columns: max-content auto; | 
| 114 | 
            -
             | 
| 115 | 
            -
             | 
| 116 | 
            -
               | 
| 117 | 
            -
             | 
| 118 | 
            -
             | 
| 119 | 
            -
             | 
| 128 | 
            +
              grid-template-columns: max-content auto;
         | 
| 129 | 
            +
            }
         | 
| 130 | 
            +
            dl dt p, dl dd p {
         | 
| 131 | 
            +
              margin-top: 0;
         | 
| 132 | 
            +
            }
         | 
| 133 | 
            +
            dl dt {
         | 
| 134 | 
            +
              grid-column-start: 1;
         | 
| 135 | 
            +
            }
         | 
| 136 | 
            +
            dl dd {
         | 
| 137 | 
            +
              grid-column-start: 2;
         | 
| 138 | 
            +
            }
         | 
| 120 139 |  | 
| 121 140 | 
             
            b, strong {
         | 
| 122 | 
            -
              font-weight: bold; | 
| 141 | 
            +
              font-weight: bold;
         | 
| 142 | 
            +
            }
         | 
| 123 143 |  | 
| 124 144 | 
             
            div.document-stage-band, div.document-type-band {
         | 
| 125 | 
            -
              background-color: #333333; | 
| 145 | 
            +
              background-color: #333333;
         | 
| 146 | 
            +
            }
         | 
| 126 147 |  | 
| 127 148 | 
             
            a.FootnoteRef + a.FootnoteRef::before {
         | 
| 128 149 | 
             
              content: ", ";
         | 
| 129 | 
            -
              vertical-align: super; | 
| 150 | 
            +
              vertical-align: super;
         | 
| 151 | 
            +
            }
         | 
| 130 152 |  | 
| 131 153 | 
             
            a.TableFootnoteRef + a.TableFootnoteRef::before {
         | 
| 132 154 | 
             
              content: ", ";
         | 
| 133 | 
            -
              vertical-align: super; | 
| 155 | 
            +
              vertical-align: super;
         | 
| 156 | 
            +
            }
         | 
| 134 157 |  | 
| 135 158 | 
             
            a.TableFootnoteRef, span.TableFootnoteRef,
         | 
| 136 159 | 
             
            a.FootnoteRef, span.FootnoteRef {
         | 
| 137 | 
            -
              vertical-align: super; | 
| 160 | 
            +
              vertical-align: super;
         | 
| 161 | 
            +
            }
         | 
| 138 162 |  | 
| 139 163 | 
             
            .addition {
         | 
| 140 | 
            -
              color: blue; | 
| 164 | 
            +
              color: blue;
         | 
| 165 | 
            +
            }
         | 
| 141 166 |  | 
| 142 167 | 
             
            .deletion {
         | 
| 143 168 | 
             
              color: red;
         | 
| 144 | 
            -
              text-decoration: line-through; | 
| 169 | 
            +
              text-decoration: line-through;
         | 
| 170 | 
            +
            }
         | 
| 145 171 |  | 
| 146 172 | 
             
            ruby {
         | 
| 147 173 | 
             
              ruby-position: over;
         | 
| 148 | 
            -
              -webkit-ruby-position: before; | 
| 174 | 
            +
              -webkit-ruby-position: before;
         | 
| 175 | 
            +
            }
         | 
| 149 176 |  | 
| 150 177 | 
             
            ruby ruby {
         | 
| 151 178 | 
             
              ruby-position: under;
         | 
| 152 | 
            -
              -webkit-ruby-position: after; | 
| 179 | 
            +
              -webkit-ruby-position: after;
         | 
| 180 | 
            +
            }
         | 
| 153 181 |  | 
| 154 182 | 
             
            /* code highlighting with line numbers */
         | 
| 155 183 | 
             
            table.rouge-line-table td.rouge-gutter {
         | 
| @@ -157,13 +185,15 @@ table.rouge-line-table td.rouge-gutter { | |
| 157 185 | 
             
              -ms-user-select: none;
         | 
| 158 186 | 
             
              -webkit-user-select: none;
         | 
| 159 187 | 
             
              user-select: none;
         | 
| 160 | 
            -
              padding-right: 1em; | 
| 188 | 
            +
              padding-right: 1em;
         | 
| 189 | 
            +
            }
         | 
| 161 190 |  | 
| 162 191 | 
             
            table.rouge-line-table td.rouge-code {
         | 
| 163 192 | 
             
              -moz-user-select: all;
         | 
| 164 193 | 
             
              -ms-user-select: all;
         | 
| 165 194 | 
             
              -webkit-user-select: all;
         | 
| 166 | 
            -
              user-select: all; | 
| 195 | 
            +
              user-select: all;
         | 
| 196 | 
            +
            }
         | 
| 167 197 |  | 
| 168 198 | 
             
            table.rouge-line-table,
         | 
| 169 199 | 
             
            table.rouge-line-table th,
         | 
| @@ -172,27 +202,32 @@ table.rouge-line-table td { | |
| 172 202 | 
             
              border: none;
         | 
| 173 203 | 
             
              margin: 0;
         | 
| 174 204 | 
             
              padding: 0;
         | 
| 175 | 
            -
              font-size: 100%; | 
| 205 | 
            +
              font-size: 100%;
         | 
| 206 | 
            +
            }
         | 
| 176 207 |  | 
| 177 208 | 
             
            table.rouge-line-table pre {
         | 
| 178 209 | 
             
              margin: 0;
         | 
| 179 210 | 
             
              padding: 0;
         | 
| 180 211 | 
             
              overflow-x: visible;
         | 
| 181 | 
            -
              font-size: 100%; | 
| 212 | 
            +
              font-size: 100%;
         | 
| 213 | 
            +
            }
         | 
| 182 214 |  | 
| 183 215 | 
             
            /* header § links */
         | 
| 184 216 | 
             
            a.header {
         | 
| 185 217 | 
             
              color: inherit;
         | 
| 186 | 
            -
              text-decoration: none; | 
| 218 | 
            +
              text-decoration: none;
         | 
| 219 | 
            +
            }
         | 
| 187 220 |  | 
| 188 221 | 
             
            a.header:hover {
         | 
| 189 222 | 
             
              color: #a53221 !important;
         | 
| 190 223 | 
             
              background: inherit;
         | 
| 191 | 
            -
              box-shadow: none; | 
| 224 | 
            +
              box-shadow: none;
         | 
| 225 | 
            +
            }
         | 
| 192 226 |  | 
| 193 227 | 
             
            a.header:visited {
         | 
| 194 228 | 
             
              color: inherit;
         | 
| 195 | 
            -
              text-decoration: none; | 
| 229 | 
            +
              text-decoration: none;
         | 
| 230 | 
            +
            }
         | 
| 196 231 |  | 
| 197 232 | 
             
            a.anchor {
         | 
| 198 233 | 
             
              position: absolute;
         | 
| @@ -203,18 +238,21 @@ a.anchor { | |
| 203 238 | 
             
              text-decoration: none !important;
         | 
| 204 239 | 
             
              visibility: hidden;
         | 
| 205 240 | 
             
              text-align: center;
         | 
| 206 | 
            -
              font-weight: 400; | 
| 241 | 
            +
              font-weight: 400;
         | 
| 242 | 
            +
            }
         | 
| 207 243 |  | 
| 208 244 | 
             
            a.anchor::before {
         | 
| 209 | 
            -
              content: " | 
| 210 | 
            -
              font-size: .85em;
         | 
| 245 | 
            +
              content: "§";
         | 
| 246 | 
            +
              font-size: 0.85em;
         | 
| 211 247 | 
             
              display: block;
         | 
| 212 | 
            -
              padding-top: .1em; | 
| 248 | 
            +
              padding-top: 0.1em;
         | 
| 249 | 
            +
            }
         | 
| 213 250 |  | 
| 214 251 | 
             
            a.anchor:hover {
         | 
| 215 252 | 
             
              color: #a53221;
         | 
| 216 253 | 
             
              background: inherit;
         | 
| 217 | 
            -
              box-shadow: none; | 
| 254 | 
            +
              box-shadow: none;
         | 
| 255 | 
            +
            }
         | 
| 218 256 |  | 
| 219 257 | 
             
            h1 > a.anchor:hover,
         | 
| 220 258 | 
             
            h2 > a.anchor:hover,
         | 
| @@ -230,13 +268,15 @@ h4:hover > a.anchor, | |
| 230 268 | 
             
            h5:hover > a.anchor,
         | 
| 231 269 | 
             
            h6:hover > a.anchor,
         | 
| 232 270 | 
             
            .inline-header:hover > a.anchor {
         | 
| 233 | 
            -
              visibility: visible; | 
| 271 | 
            +
              visibility: visible;
         | 
| 272 | 
            +
            }
         | 
| 234 273 |  | 
| 235 274 | 
             
            /* collapsible snippets: collapsible before hidable */
         | 
| 236 275 | 
             
            .hidable {
         | 
| 237 276 | 
             
              max-height: 0;
         | 
| 238 277 | 
             
              overflow: hidden;
         | 
| 239 | 
            -
              transition: max-height 0.2s ease-out; | 
| 278 | 
            +
              transition: max-height 0.2s ease-out;
         | 
| 279 | 
            +
            }
         | 
| 240 280 |  | 
| 241 281 | 
             
            .collapsible {
         | 
| 242 282 | 
             
              background-color: #777;
         | 
| @@ -248,131 +288,171 @@ h6:hover > a.anchor, | |
| 248 288 | 
             
              border: none;
         | 
| 249 289 | 
             
              text-align: left;
         | 
| 250 290 | 
             
              outline: none;
         | 
| 251 | 
            -
              font-size: 15px; | 
| 291 | 
            +
              font-size: 15px;
         | 
| 292 | 
            +
            }
         | 
| 252 293 |  | 
| 253 294 | 
             
            .active, .collapsible:hover {
         | 
| 254 | 
            -
              background-color: #555; | 
| 295 | 
            +
              background-color: #555;
         | 
| 296 | 
            +
            }
         | 
| 255 297 |  | 
| 256 298 | 
             
            .collapsible:after {
         | 
| 257 | 
            -
              content:  | 
| 299 | 
            +
              content: "▼";
         | 
| 258 300 | 
             
              color: white;
         | 
| 259 301 | 
             
              font-weight: bold;
         | 
| 260 302 | 
             
              float: right;
         | 
| 261 303 | 
             
              margin-left: 12px;
         | 
| 262 | 
            -
              margin-right: 12px; | 
| 304 | 
            +
              margin-right: 12px;
         | 
| 305 | 
            +
            }
         | 
| 263 306 |  | 
| 264 307 | 
             
            .active:after {
         | 
| 265 | 
            -
              content: " | 
| 308 | 
            +
              content: "▲";
         | 
| 309 | 
            +
            }
         | 
| 266 310 |  | 
| 267 311 | 
             
            /* collapsible: */
         | 
| 268 312 | 
             
            .collapsible + .hidable {
         | 
| 269 | 
            -
              margin-top: 0; | 
| 313 | 
            +
              margin-top: 0;
         | 
| 314 | 
            +
            }
         | 
| 270 315 |  | 
| 271 316 | 
             
            .collapsible:not(.active) + .hidable {
         | 
| 272 317 | 
             
              overflow: hidden;
         | 
| 273 | 
            -
              padding: 0; | 
| 318 | 
            +
              padding: 0;
         | 
| 319 | 
            +
            }
         | 
| 274 320 |  | 
| 275 321 | 
             
            #standard-band {
         | 
| 276 | 
            -
              background-color: #0AC442; | 
| 322 | 
            +
              background-color: #0AC442;
         | 
| 323 | 
            +
            }
         | 
| 277 324 |  | 
| 278 325 | 
             
            #standard {
         | 
| 279 | 
            -
              border-bottom: solid 3px #0AC442; | 
| 326 | 
            +
              border-bottom: solid 3px #0AC442;
         | 
| 327 | 
            +
            }
         | 
| 280 328 |  | 
| 281 329 | 
             
            #directive-band {
         | 
| 282 | 
            -
              background-color: #540D6E; | 
| 330 | 
            +
              background-color: #540D6E;
         | 
| 331 | 
            +
            }
         | 
| 283 332 |  | 
| 284 333 | 
             
            #directive {
         | 
| 285 | 
            -
              border-bottom: solid 3px #540D6E; | 
| 334 | 
            +
              border-bottom: solid 3px #540D6E;
         | 
| 335 | 
            +
            }
         | 
| 286 336 |  | 
| 287 337 | 
             
            #guide-band {
         | 
| 288 | 
            -
              background-color: #D183C9; | 
| 338 | 
            +
              background-color: #D183C9;
         | 
| 339 | 
            +
            }
         | 
| 289 340 |  | 
| 290 341 | 
             
            #guide {
         | 
| 291 | 
            -
              border-bottom: solid 3px #D183C9; | 
| 342 | 
            +
              border-bottom: solid 3px #D183C9;
         | 
| 343 | 
            +
            }
         | 
| 292 344 |  | 
| 293 345 | 
             
            #specification-band {
         | 
| 294 | 
            -
              background-color: #65AFFF; | 
| 346 | 
            +
              background-color: #65AFFF;
         | 
| 347 | 
            +
            }
         | 
| 295 348 |  | 
| 296 349 | 
             
            #specification {
         | 
| 297 | 
            -
              border-bottom: solid 3px #65AFFF; | 
| 350 | 
            +
              border-bottom: solid 3px #65AFFF;
         | 
| 351 | 
            +
            }
         | 
| 298 352 |  | 
| 299 353 | 
             
            #report-band {
         | 
| 300 | 
            -
              background-color: #3A405A; | 
| 354 | 
            +
              background-color: #3A405A;
         | 
| 355 | 
            +
            }
         | 
| 301 356 |  | 
| 302 357 | 
             
            #report {
         | 
| 303 | 
            -
              border-bottom: solid 3px #3A405A; | 
| 358 | 
            +
              border-bottom: solid 3px #3A405A;
         | 
| 359 | 
            +
            }
         | 
| 304 360 |  | 
| 305 361 | 
             
            #amendment-band {
         | 
| 306 | 
            -
              background-color: #F26430; | 
| 362 | 
            +
              background-color: #F26430;
         | 
| 363 | 
            +
            }
         | 
| 307 364 |  | 
| 308 365 | 
             
            #amendment {
         | 
| 309 | 
            -
              border-bottom: solid 3px #F26430; | 
| 366 | 
            +
              border-bottom: solid 3px #F26430;
         | 
| 367 | 
            +
            }
         | 
| 310 368 |  | 
| 311 369 | 
             
            #corrigendum-band {
         | 
| 312 | 
            -
              background-color: #C84630; | 
| 370 | 
            +
              background-color: #C84630;
         | 
| 371 | 
            +
            }
         | 
| 313 372 |  | 
| 314 373 | 
             
            #corrigendum {
         | 
| 315 | 
            -
              border-bottom: solid 3px #C84630; | 
| 374 | 
            +
              border-bottom: solid 3px #C84630;
         | 
| 375 | 
            +
            }
         | 
| 316 376 |  | 
| 317 377 | 
             
            #administrative-band {
         | 
| 318 | 
            -
              background-color: #BFAE48; | 
| 378 | 
            +
              background-color: #BFAE48;
         | 
| 379 | 
            +
            }
         | 
| 319 380 |  | 
| 320 381 | 
             
            #administrative {
         | 
| 321 | 
            -
              border-bottom: solid 3px #BFAE48; | 
| 382 | 
            +
              border-bottom: solid 3px #BFAE48;
         | 
| 383 | 
            +
            }
         | 
| 322 384 |  | 
| 323 385 | 
             
            #advisory-band {
         | 
| 324 | 
            -
              background-color: #BD9391; | 
| 386 | 
            +
              background-color: #BD9391;
         | 
| 387 | 
            +
            }
         | 
| 325 388 |  | 
| 326 389 | 
             
            #advisory {
         | 
| 327 | 
            -
              border-bottom: solid 3px #BD9391; | 
| 390 | 
            +
              border-bottom: solid 3px #BD9391;
         | 
| 391 | 
            +
            }
         | 
| 328 392 |  | 
| 329 393 | 
             
            #proposal-band {
         | 
| 330 | 
            -
              background-color: #39A0ED; | 
| 394 | 
            +
              background-color: #39A0ED;
         | 
| 395 | 
            +
            }
         | 
| 331 396 |  | 
| 332 397 | 
             
            #proposal {
         | 
| 333 | 
            -
              border-bottom: solid 3px #39A0ED; | 
| 398 | 
            +
              border-bottom: solid 3px #39A0ED;
         | 
| 399 | 
            +
            }
         | 
| 334 400 |  | 
| 335 401 | 
             
            #working-draft-band {
         | 
| 336 | 
            -
              background-color: #2D7393; | 
| 402 | 
            +
              background-color: #2D7393;
         | 
| 403 | 
            +
            }
         | 
| 337 404 |  | 
| 338 405 | 
             
            #working-draft {
         | 
| 339 | 
            -
              border-bottom: solid 3px #2D7393; | 
| 406 | 
            +
              border-bottom: solid 3px #2D7393;
         | 
| 407 | 
            +
            }
         | 
| 340 408 |  | 
| 341 409 | 
             
            #committee-draft-band {
         | 
| 342 | 
            -
              background-color: #2A6B7C; | 
| 410 | 
            +
              background-color: #2A6B7C;
         | 
| 411 | 
            +
            }
         | 
| 343 412 |  | 
| 344 413 | 
             
            #committee-draft {
         | 
| 345 | 
            -
              border-bottom: solid 3px #2A6B7C; | 
| 414 | 
            +
              border-bottom: solid 3px #2A6B7C;
         | 
| 415 | 
            +
            }
         | 
| 346 416 |  | 
| 347 417 | 
             
            #draft-standard-band {
         | 
| 348 | 
            -
              background-color: #1C7F7A; | 
| 418 | 
            +
              background-color: #1C7F7A;
         | 
| 419 | 
            +
            }
         | 
| 349 420 |  | 
| 350 421 | 
             
            #draft-standard {
         | 
| 351 | 
            -
              border-bottom: solid 3px #1C7F7A; | 
| 422 | 
            +
              border-bottom: solid 3px #1C7F7A;
         | 
| 423 | 
            +
            }
         | 
| 352 424 |  | 
| 353 425 | 
             
            #final-draft-band {
         | 
| 354 | 
            -
              background-color: #53C170; | 
| 426 | 
            +
              background-color: #53C170;
         | 
| 427 | 
            +
            }
         | 
| 355 428 |  | 
| 356 429 | 
             
            #final-draft {
         | 
| 357 | 
            -
              border-bottom: solid 3px #53C170; | 
| 430 | 
            +
              border-bottom: solid 3px #53C170;
         | 
| 431 | 
            +
            }
         | 
| 358 432 |  | 
| 359 433 | 
             
            #published-band {
         | 
| 360 | 
            -
              background-color: #069E2D; | 
| 434 | 
            +
              background-color: #069E2D;
         | 
| 435 | 
            +
            }
         | 
| 361 436 |  | 
| 362 437 | 
             
            #published {
         | 
| 363 | 
            -
              border-bottom: solid 3px #069E2D; | 
| 438 | 
            +
              border-bottom: solid 3px #069E2D;
         | 
| 439 | 
            +
            }
         | 
| 364 440 |  | 
| 365 441 | 
             
            #withdrawn-band {
         | 
| 366 | 
            -
              background-color: #004E64; | 
| 442 | 
            +
              background-color: #004E64;
         | 
| 443 | 
            +
            }
         | 
| 367 444 |  | 
| 368 445 | 
             
            #withdrawn {
         | 
| 369 | 
            -
              border-bottom: solid 3px #004E64; | 
| 446 | 
            +
              border-bottom: solid 3px #004E64;
         | 
| 447 | 
            +
            }
         | 
| 370 448 |  | 
| 371 449 | 
             
            #cancelled-band {
         | 
| 372 | 
            -
              background-color: #2E382E; | 
| 450 | 
            +
              background-color: #2E382E;
         | 
| 451 | 
            +
            }
         | 
| 373 452 |  | 
| 374 453 | 
             
            #cancelled {
         | 
| 375 | 
            -
              border-bottom: solid 3px #2E382E; | 
| 454 | 
            +
              border-bottom: solid 3px #2E382E;
         | 
| 455 | 
            +
            }
         | 
| 376 456 |  | 
| 377 457 | 
             
            body {
         | 
| 378 458 | 
             
              margin-left: auto;
         | 
| @@ -382,68 +462,93 @@ body { | |
| 382 462 | 
             
              font-weight: 300;
         | 
| 383 463 | 
             
              line-height: 1.4em;
         | 
| 384 464 | 
             
              color: #212529;
         | 
| 385 | 
            -
              background-color: #ffffff; | 
| 386 | 
            -
             | 
| 387 | 
            -
             | 
| 465 | 
            +
              background-color: #ffffff;
         | 
| 466 | 
            +
            }
         | 
| 467 | 
            +
            body main {
         | 
| 468 | 
            +
              margin: 0 3em 0 6em;
         | 
| 469 | 
            +
            }
         | 
| 388 470 |  | 
| 389 471 | 
             
            main {
         | 
| 390 | 
            -
              margin: 0 3em 0 6em; | 
| 472 | 
            +
              margin: 0 3em 0 6em;
         | 
| 473 | 
            +
            }
         | 
| 391 474 |  | 
| 392 475 | 
             
            #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
         | 
| 393 476 | 
             
              font-family: {{bodyfont}};
         | 
| 394 | 
            -
              font-weight: 400; | 
| 395 | 
            -
             | 
| 396 | 
            -
             | 
| 397 | 
            -
             | 
| 398 | 
            -
             | 
| 399 | 
            -
             | 
| 400 | 
            -
             | 
| 401 | 
            -
             | 
| 402 | 
            -
             | 
| 403 | 
            -
             | 
| 404 | 
            -
             | 
| 405 | 
            -
             | 
| 406 | 
            -
             | 
| 407 | 
            -
             | 
| 408 | 
            -
             | 
| 409 | 
            -
             | 
| 410 | 
            -
               | 
| 411 | 
            -
             | 
| 412 | 
            -
             | 
| 413 | 
            -
             | 
| 414 | 
            -
               | 
| 415 | 
            -
             | 
| 416 | 
            -
             | 
| 417 | 
            -
             | 
| 477 | 
            +
              font-weight: 400;
         | 
| 478 | 
            +
            }
         | 
| 479 | 
            +
            #toc ul, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul {
         | 
| 480 | 
            +
              margin: 0;
         | 
| 481 | 
            +
              padding: 0;
         | 
| 482 | 
            +
              list-style: none;
         | 
| 483 | 
            +
            }
         | 
| 484 | 
            +
            #toc ul li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul li a {
         | 
| 485 | 
            +
              padding: 5px 10px;
         | 
| 486 | 
            +
            }
         | 
| 487 | 
            +
            #toc ul a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a {
         | 
| 488 | 
            +
              color: #05164d;
         | 
| 489 | 
            +
              text-decoration: none;
         | 
| 490 | 
            +
              display: block;
         | 
| 491 | 
            +
            }
         | 
| 492 | 
            +
            #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
         | 
| 493 | 
            +
              box-shadow: none;
         | 
| 494 | 
            +
              color: #05164d;
         | 
| 495 | 
            +
            }
         | 
| 496 | 
            +
            #toc .h2, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h2 {
         | 
| 497 | 
            +
              padding-left: 30px;
         | 
| 498 | 
            +
            }
         | 
| 499 | 
            +
            #toc .h3, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h3 {
         | 
| 500 | 
            +
              padding-left: 50px;
         | 
| 501 | 
            +
            }
         | 
| 502 | 
            +
            #toc .h4, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h4 {
         | 
| 503 | 
            +
              padding-left: 70px;
         | 
| 504 | 
            +
            }
         | 
| 505 | 
            +
            #toc .h5, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h5 {
         | 
| 506 | 
            +
              padding-left: 90px;
         | 
| 507 | 
            +
            }
         | 
| 508 | 
            +
            #toc .h6, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h6 {
         | 
| 509 | 
            +
              padding-left: 110px;
         | 
| 510 | 
            +
            }
         | 
| 511 | 
            +
            #toc .toc-active, #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
         | 
| 512 | 
            +
              background: #fedc5b;
         | 
| 513 | 
            +
              box-shadow: inset -5px 0px 10px -5px #fedc5b !important;
         | 
| 514 | 
            +
            }
         | 
| 515 | 
            +
            #toc .toc-active a, #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
         | 
| 516 | 
            +
              color: #05164d;
         | 
| 517 | 
            +
            }
         | 
| 518 | 
            +
            @media print {
         | 
| 418 519 | 
             
              #toc .toc-active, #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
         | 
| 419 | 
            -
                background:  | 
| 420 | 
            -
                box-shadow:  | 
| 421 | 
            -
             | 
| 422 | 
            -
                  color: #05164d; }
         | 
| 423 | 
            -
              @media print {
         | 
| 424 | 
            -
                #toc .toc-active, #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
         | 
| 425 | 
            -
                  background: white;
         | 
| 426 | 
            -
                  box-shadow: none !important; }
         | 
| 427 | 
            -
                #toc .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a {
         | 
| 428 | 
            -
                  color: #05164d; }
         | 
| 429 | 
            -
                #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
         | 
| 430 | 
            -
                  color: black; } }
         | 
| 431 | 
            -
              @media screen and (max-width: 768px) {
         | 
| 432 | 
            -
                #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
         | 
| 433 | 
            -
                  padding: 0 1.5em;
         | 
| 434 | 
            -
                  overflow: visible; } }
         | 
| 520 | 
            +
                background: white;
         | 
| 521 | 
            +
                box-shadow: none !important;
         | 
| 522 | 
            +
              }
         | 
| 435 523 | 
             
              #toc .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a {
         | 
| 436 | 
            -
                color: #05164d; | 
| 437 | 
            -
               | 
| 438 | 
            -
             | 
| 439 | 
            -
             | 
| 440 | 
            -
             | 
| 441 | 
            -
             | 
| 524 | 
            +
                color: #05164d;
         | 
| 525 | 
            +
              }
         | 
| 526 | 
            +
              #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
         | 
| 527 | 
            +
                color: black;
         | 
| 528 | 
            +
              }
         | 
| 529 | 
            +
            }
         | 
| 530 | 
            +
            @media screen and (max-width: 768px) {
         | 
| 531 | 
            +
              #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
         | 
| 532 | 
            +
                padding: 0 1.5em;
         | 
| 533 | 
            +
                overflow: visible;
         | 
| 534 | 
            +
              }
         | 
| 535 | 
            +
            }
         | 
| 536 | 
            +
            #toc .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a {
         | 
| 537 | 
            +
              color: #05164d;
         | 
| 538 | 
            +
            }
         | 
| 539 | 
            +
            #toc li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li a {
         | 
| 540 | 
            +
              text-transform: uppercase;
         | 
| 541 | 
            +
            }
         | 
| 542 | 
            +
            #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
         | 
| 543 | 
            +
              box-shadow: none;
         | 
| 544 | 
            +
              color: #05164d;
         | 
| 545 | 
            +
            }
         | 
| 442 546 |  | 
| 443 547 | 
             
            #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
         | 
| 444 548 | 
             
              margin-top: 0;
         | 
| 445 549 | 
             
              margin-bottom: 0;
         | 
| 446 | 
            -
              font-size: 100%; | 
| 550 | 
            +
              font-size: 100%;
         | 
| 551 | 
            +
            }
         | 
| 447 552 |  | 
| 448 553 | 
             
            @media screen and (min-width: 768px) {
         | 
| 449 554 | 
             
              nav {
         | 
| @@ -455,8 +560,9 @@ main { | |
| 455 560 | 
             
                font-size: 0.9em;
         | 
| 456 561 | 
             
                overflow: auto;
         | 
| 457 562 | 
             
                padding: 0 0 0 30px;
         | 
| 458 | 
            -
                background-color: #f7f7f7; | 
| 459 | 
            -
             | 
| 563 | 
            +
                background-color: #f7f7f7;
         | 
| 564 | 
            +
              }
         | 
| 565 | 
            +
            }
         | 
| 460 566 | 
             
            @media print {
         | 
| 461 567 | 
             
              nav {
         | 
| 462 568 | 
             
                position: relative;
         | 
| @@ -465,7 +571,9 @@ main { | |
| 465 571 | 
             
                overflow: auto;
         | 
| 466 572 | 
             
                padding: 0;
         | 
| 467 573 | 
             
                margin-right: 0;
         | 
| 468 | 
            -
                background-color: white; | 
| 574 | 
            +
                background-color: white;
         | 
| 575 | 
            +
              }
         | 
| 576 | 
            +
            }
         | 
| 469 577 |  | 
| 470 578 | 
             
            @media screen and (min-width: 768px) {
         | 
| 471 579 | 
             
              #toggle {
         | 
| @@ -475,21 +583,26 @@ main { | |
| 475 583 | 
             
                background-color: #05164D;
         | 
| 476 584 | 
             
                color: white !important;
         | 
| 477 585 | 
             
                cursor: pointer;
         | 
| 478 | 
            -
                z-index: 100; | 
| 479 | 
            -
             | 
| 480 | 
            -
             | 
| 481 | 
            -
             | 
| 482 | 
            -
             | 
| 483 | 
            -
             | 
| 484 | 
            -
             | 
| 485 | 
            -
             | 
| 586 | 
            +
                z-index: 100;
         | 
| 587 | 
            +
              }
         | 
| 588 | 
            +
              #toggle span {
         | 
| 589 | 
            +
                text-align: center;
         | 
| 590 | 
            +
                width: 100%;
         | 
| 591 | 
            +
                position: absolute;
         | 
| 592 | 
            +
                top: 50%;
         | 
| 593 | 
            +
                transform: translate(0, -50%);
         | 
| 594 | 
            +
              }
         | 
| 595 | 
            +
            }
         | 
| 486 596 | 
             
            @media screen and (max-width: 768px) {
         | 
| 487 597 | 
             
              #toggle {
         | 
| 488 | 
            -
                display: none; | 
| 489 | 
            -
             | 
| 598 | 
            +
                display: none;
         | 
| 599 | 
            +
              }
         | 
| 600 | 
            +
            }
         | 
| 490 601 | 
             
            @media print {
         | 
| 491 602 | 
             
              #toggle {
         | 
| 492 | 
            -
                display: none; | 
| 603 | 
            +
                display: none;
         | 
| 604 | 
            +
              }
         | 
| 605 | 
            +
            }
         | 
| 493 606 |  | 
| 494 607 | 
             
            #myBtn {
         | 
| 495 608 | 
             
              font-family: {{monospacefont}};
         | 
| @@ -508,50 +621,63 @@ main { | |
| 508 621 | 
             
              cursor: pointer;
         | 
| 509 622 | 
             
              padding: 10px 15px 10px 15px;
         | 
| 510 623 | 
             
              border-radius: 4px;
         | 
| 511 | 
            -
              text-transform: uppercase; | 
| 512 | 
            -
             | 
| 513 | 
            -
             | 
| 514 | 
            -
               | 
| 515 | 
            -
             | 
| 516 | 
            -
             | 
| 517 | 
            -
              #myBtn  | 
| 518 | 
            -
                 | 
| 519 | 
            -
             | 
| 520 | 
            -
             | 
| 624 | 
            +
              text-transform: uppercase;
         | 
| 625 | 
            +
            }
         | 
| 626 | 
            +
            #myBtn:hover {
         | 
| 627 | 
            +
              opacity: 1;
         | 
| 628 | 
            +
            }
         | 
| 629 | 
            +
            @media print {
         | 
| 630 | 
            +
              #myBtn {
         | 
| 631 | 
            +
                display: none;
         | 
| 632 | 
            +
              }
         | 
| 633 | 
            +
            }
         | 
| 634 | 
            +
            #myBtn a.anchorjs-link:hover {
         | 
| 635 | 
            +
              background: none;
         | 
| 636 | 
            +
              color: #05164d;
         | 
| 637 | 
            +
              box-shadow: none;
         | 
| 638 | 
            +
            }
         | 
| 521 639 |  | 
| 522 640 | 
             
            /*
         | 
| 523 641 | 
             
                2. Responsive navigation layout
         | 
| 524 642 | 
             
            */
         | 
| 525 643 | 
             
            @media screen and (min-width: 768px) {
         | 
| 526 644 | 
             
              .container {
         | 
| 527 | 
            -
                padding-left: 360px; | 
| 645 | 
            +
                padding-left: 360px;
         | 
| 646 | 
            +
              }
         | 
| 528 647 | 
             
              .rule.toc {
         | 
| 529 | 
            -
                display: none; | 
| 648 | 
            +
                display: none;
         | 
| 649 | 
            +
              }
         | 
| 530 650 | 
             
              h1.toc-contents {
         | 
| 531 | 
            -
                margin-top: 1em; | 
| 651 | 
            +
                margin-top: 1em;
         | 
| 652 | 
            +
              }
         | 
| 532 653 | 
             
              ul#toc-list, ul#toc-list > :is(.h1, .h2, .h3, .h4, .h5, .h6) {
         | 
| 533 654 | 
             
                padding: 0;
         | 
| 534 | 
            -
                margin: 0; | 
| 535 | 
            -
             | 
| 655 | 
            +
                margin: 0;
         | 
| 656 | 
            +
              }
         | 
| 657 | 
            +
            }
         | 
| 536 658 | 
             
            div.figure {
         | 
| 537 659 | 
             
              line-height: 1.6em;
         | 
| 538 660 | 
             
              padding: 1.5em;
         | 
| 539 661 | 
             
              margin: 2em 0 1em 0;
         | 
| 540 | 
            -
              overflow: auto; | 
| 541 | 
            -
             | 
| 542 | 
            -
             | 
| 543 | 
            -
             | 
| 544 | 
            -
             | 
| 545 | 
            -
               | 
| 546 | 
            -
             | 
| 547 | 
            -
             | 
| 548 | 
            -
             | 
| 549 | 
            -
             | 
| 550 | 
            -
             | 
| 662 | 
            +
              overflow: auto;
         | 
| 663 | 
            +
            }
         | 
| 664 | 
            +
            div.figure .FigureTitle, div.figure .figure-title {
         | 
| 665 | 
            +
              font-weight: 700;
         | 
| 666 | 
            +
              font-size: 1em;
         | 
| 667 | 
            +
              text-align: center;
         | 
| 668 | 
            +
            }
         | 
| 669 | 
            +
            div.figure > img, div.figure > svg {
         | 
| 670 | 
            +
              margin-left: auto;
         | 
| 671 | 
            +
              margin-right: auto;
         | 
| 672 | 
            +
              display: block;
         | 
| 673 | 
            +
              max-width: 100%;
         | 
| 674 | 
            +
              height: auto;
         | 
| 675 | 
            +
            }
         | 
| 551 676 |  | 
| 552 677 | 
             
            table div.figure {
         | 
| 553 678 | 
             
              padding: 0;
         | 
| 554 | 
            -
              margin: 0; | 
| 679 | 
            +
              margin: 0;
         | 
| 680 | 
            +
            }
         | 
| 555 681 |  | 
| 556 682 | 
             
            /*
         | 
| 557 683 | 
             
                Document types + stages
         | 
| @@ -562,30 +688,35 @@ table div.figure { | |
| 562 688 | 
             
              height: 100%;
         | 
| 563 689 | 
             
              position: fixed;
         | 
| 564 690 | 
             
              display: block;
         | 
| 565 | 
            -
              z-index: 102; | 
| 566 | 
            -
             | 
| 567 | 
            -
             | 
| 568 | 
            -
             | 
| 569 | 
            -
             | 
| 570 | 
            -
             | 
| 571 | 
            -
             | 
| 572 | 
            -
             | 
| 573 | 
            -
             | 
| 574 | 
            -
             | 
| 575 | 
            -
             | 
| 576 | 
            -
             | 
| 577 | 
            -
             | 
| 578 | 
            -
             | 
| 579 | 
            -
             | 
| 580 | 
            -
             | 
| 581 | 
            -
             | 
| 582 | 
            -
             | 
| 583 | 
            -
             | 
| 584 | 
            -
               | 
| 585 | 
            -
             | 
| 586 | 
            -
             | 
| 587 | 
            -
              .document-type-band  | 
| 588 | 
            -
                 | 
| 691 | 
            +
              z-index: 102;
         | 
| 692 | 
            +
            }
         | 
| 693 | 
            +
            .document-type-band > :first-child {
         | 
| 694 | 
            +
              position: relative;
         | 
| 695 | 
            +
              width: 25px;
         | 
| 696 | 
            +
              font-weight: 400;
         | 
| 697 | 
            +
              color: white;
         | 
| 698 | 
            +
              text-transform: uppercase;
         | 
| 699 | 
            +
              font-size: 0.9em;
         | 
| 700 | 
            +
              font-weight: 400;
         | 
| 701 | 
            +
              letter-spacing: 0.05em;
         | 
| 702 | 
            +
              margin: 0;
         | 
| 703 | 
            +
              margin-left: 6px;
         | 
| 704 | 
            +
              writing-mode: tb-rl;
         | 
| 705 | 
            +
              -webkit-transform: rotate(180deg);
         | 
| 706 | 
            +
              -moz-transform: rotate(180deg);
         | 
| 707 | 
            +
              -o-transform: rotate(180deg);
         | 
| 708 | 
            +
              white-space: nowrap;
         | 
| 709 | 
            +
              display: block;
         | 
| 710 | 
            +
              bottom: 0;
         | 
| 711 | 
            +
            }
         | 
| 712 | 
            +
            @media print {
         | 
| 713 | 
            +
              .document-type-band {
         | 
| 714 | 
            +
                display: none;
         | 
| 715 | 
            +
              }
         | 
| 716 | 
            +
            }
         | 
| 717 | 
            +
            .document-type-band .document-type {
         | 
| 718 | 
            +
              top: 20px;
         | 
| 719 | 
            +
            }
         | 
| 589 720 |  | 
| 590 721 | 
             
            .document-stage-band {
         | 
| 591 722 | 
             
              left: 0;
         | 
| @@ -594,102 +725,128 @@ table div.figure { | |
| 594 725 | 
             
              position: fixed;
         | 
| 595 726 | 
             
              display: block;
         | 
| 596 727 | 
             
              z-index: 101;
         | 
| 597 | 
            -
              box-shadow: -5px 0px 10px #1d1d1d; | 
| 598 | 
            -
             | 
| 599 | 
            -
             | 
| 600 | 
            -
             | 
| 601 | 
            -
             | 
| 602 | 
            -
             | 
| 603 | 
            -
             | 
| 604 | 
            -
             | 
| 605 | 
            -
             | 
| 606 | 
            -
             | 
| 607 | 
            -
             | 
| 608 | 
            -
             | 
| 609 | 
            -
             | 
| 610 | 
            -
             | 
| 611 | 
            -
             | 
| 612 | 
            -
             | 
| 613 | 
            -
             | 
| 614 | 
            -
             | 
| 615 | 
            -
             | 
| 616 | 
            -
             | 
| 617 | 
            -
               | 
| 618 | 
            -
             | 
| 619 | 
            -
             | 
| 728 | 
            +
              box-shadow: -5px 0px 10px #1d1d1d;
         | 
| 729 | 
            +
            }
         | 
| 730 | 
            +
            .document-stage-band > :first-child {
         | 
| 731 | 
            +
              position: relative;
         | 
| 732 | 
            +
              width: 25px;
         | 
| 733 | 
            +
              font-weight: 300;
         | 
| 734 | 
            +
              height: 160px;
         | 
| 735 | 
            +
              color: white;
         | 
| 736 | 
            +
              text-transform: uppercase;
         | 
| 737 | 
            +
              font-size: 0.9em;
         | 
| 738 | 
            +
              font-weight: 400;
         | 
| 739 | 
            +
              letter-spacing: 0.05em;
         | 
| 740 | 
            +
              margin: 0;
         | 
| 741 | 
            +
              margin-left: 6px;
         | 
| 742 | 
            +
              writing-mode: tb-rl;
         | 
| 743 | 
            +
              -webkit-transform: rotate(180deg);
         | 
| 744 | 
            +
              -moz-transform: rotate(180deg);
         | 
| 745 | 
            +
              -o-transform: rotate(180deg);
         | 
| 746 | 
            +
              white-space: nowrap;
         | 
| 747 | 
            +
              display: block;
         | 
| 748 | 
            +
              bottom: 0;
         | 
| 749 | 
            +
            }
         | 
| 750 | 
            +
            @media print {
         | 
| 751 | 
            +
              .document-stage-band {
         | 
| 752 | 
            +
                display: none;
         | 
| 753 | 
            +
              }
         | 
| 754 | 
            +
            }
         | 
| 755 | 
            +
             | 
| 620 756 | 
             
            #governance-band p.document-type {
         | 
| 621 | 
            -
              height: 230px !important; | 
| 757 | 
            +
              height: 230px !important;
         | 
| 758 | 
            +
            }
         | 
| 622 759 |  | 
| 623 760 | 
             
            p.document-stage {
         | 
| 624 761 | 
             
              font-weight: 300;
         | 
| 625 | 
            -
              height: 160px; | 
| 762 | 
            +
              height: 160px;
         | 
| 763 | 
            +
            }
         | 
| 626 764 |  | 
| 627 765 | 
             
            #standard-band p {
         | 
| 628 | 
            -
              height: 270px; | 
| 766 | 
            +
              height: 270px;
         | 
| 767 | 
            +
            }
         | 
| 629 768 |  | 
| 630 769 | 
             
            #proposal-band p {
         | 
| 631 | 
            -
              height: 150px; | 
| 770 | 
            +
              height: 150px;
         | 
| 771 | 
            +
            }
         | 
| 632 772 |  | 
| 633 773 | 
             
            #standard-band,
         | 
| 634 774 | 
             
            #in-force-band {
         | 
| 635 | 
            -
              background-color: #00AAA9; | 
| 775 | 
            +
              background-color: #00AAA9;
         | 
| 776 | 
            +
            }
         | 
| 636 777 |  | 
| 637 778 | 
             
            #standard,
         | 
| 638 779 | 
             
            #in-force {
         | 
| 639 | 
            -
              border-bottom: solid 3px #00AAA9; | 
| 780 | 
            +
              border-bottom: solid 3px #00AAA9;
         | 
| 781 | 
            +
            }
         | 
| 640 782 |  | 
| 641 783 | 
             
            #specification {
         | 
| 642 | 
            -
              border-bottom: solid 3px #750697; | 
| 784 | 
            +
              border-bottom: solid 3px #750697;
         | 
| 785 | 
            +
            }
         | 
| 643 786 |  | 
| 644 787 | 
             
            #specification-band {
         | 
| 645 | 
            -
              background-color: #750697; | 
| 788 | 
            +
              background-color: #750697;
         | 
| 789 | 
            +
            }
         | 
| 646 790 |  | 
| 647 791 | 
             
            #draft-proposal,
         | 
| 648 792 | 
             
            #resolution {
         | 
| 649 | 
            -
              border-bottom: solid 3px #48a0e7; | 
| 793 | 
            +
              border-bottom: solid 3px #48a0e7;
         | 
| 794 | 
            +
            }
         | 
| 650 795 |  | 
| 651 796 | 
             
            #draft-proposal-band,
         | 
| 652 797 | 
             
            #resolution-band {
         | 
| 653 | 
            -
              background-color: #48a0e7; | 
| 798 | 
            +
              background-color: #48a0e7;
         | 
| 799 | 
            +
            }
         | 
| 654 800 |  | 
| 655 801 | 
             
            .coverpage-maturity {
         | 
| 656 802 | 
             
              font-family: {{bodyfont}};
         | 
| 657 803 | 
             
              font-weight: 400;
         | 
| 658 804 | 
             
              font-size: 1em;
         | 
| 659 805 | 
             
              margin: 0 0 2em 0;
         | 
| 660 | 
            -
              text-transform: uppercase; | 
| 806 | 
            +
              text-transform: uppercase;
         | 
| 807 | 
            +
            }
         | 
| 661 808 |  | 
| 662 809 | 
             
            #draft-development,
         | 
| 663 810 | 
             
            #regulation {
         | 
| 664 | 
            -
              border-bottom: solid 3px #F7803C; | 
| 811 | 
            +
              border-bottom: solid 3px #F7803C;
         | 
| 812 | 
            +
            }
         | 
| 665 813 |  | 
| 666 814 | 
             
            #draft-development-band,
         | 
| 667 815 | 
             
            #regulation-band {
         | 
| 668 | 
            -
              background-color: #F7803C; | 
| 816 | 
            +
              background-color: #F7803C;
         | 
| 817 | 
            +
            }
         | 
| 669 818 |  | 
| 670 819 | 
             
            #draft-testing {
         | 
| 671 | 
            -
              border-bottom: solid 3px #fd06fd; | 
| 820 | 
            +
              border-bottom: solid 3px #fd06fd;
         | 
| 821 | 
            +
            }
         | 
| 672 822 |  | 
| 673 823 | 
             
            #draft-testing-band {
         | 
| 674 | 
            -
              background-color: #fd06fd; | 
| 824 | 
            +
              background-color: #fd06fd;
         | 
| 825 | 
            +
            }
         | 
| 675 826 |  | 
| 676 827 | 
             
            #draft-implementation {
         | 
| 677 | 
            -
              border-bottom: solid 3px #fdf906; | 
| 828 | 
            +
              border-bottom: solid 3px #fdf906;
         | 
| 829 | 
            +
            }
         | 
| 678 830 |  | 
| 679 831 | 
             
            #draft-implementation-band {
         | 
| 680 | 
            -
              background-color: #fdf906; | 
| 832 | 
            +
              background-color: #fdf906;
         | 
| 833 | 
            +
            }
         | 
| 681 834 |  | 
| 682 835 | 
             
            #standard {
         | 
| 683 | 
            -
              border-bottom: solid 3px #00AAA9; | 
| 836 | 
            +
              border-bottom: solid 3px #00AAA9;
         | 
| 837 | 
            +
            }
         | 
| 684 838 |  | 
| 685 839 | 
             
            #standard-band {
         | 
| 686 | 
            -
              background-color: #00AAA9; | 
| 840 | 
            +
              background-color: #00AAA9;
         | 
| 841 | 
            +
            }
         | 
| 687 842 |  | 
| 688 843 | 
             
            #retired {
         | 
| 689 | 
            -
              border-bottom: solid 3px #7e0d13; | 
| 844 | 
            +
              border-bottom: solid 3px #7e0d13;
         | 
| 845 | 
            +
            }
         | 
| 690 846 |  | 
| 691 847 | 
             
            #retired-band {
         | 
| 692 | 
            -
              background-color: #7e0d13; | 
| 848 | 
            +
              background-color: #7e0d13;
         | 
| 849 | 
            +
            }
         | 
| 693 850 |  | 
| 694 851 | 
             
            /*
         | 
| 695 852 | 
             
                3. TYPOGRAPHY
         | 
| @@ -708,112 +865,137 @@ h6, | |
| 708 865 | 
             
              color: #05164D;
         | 
| 709 866 | 
             
              font-weight: 300;
         | 
| 710 867 | 
             
              margin-top: 1.6em;
         | 
| 711 | 
            -
              margin-bottom: 0.3em; | 
| 868 | 
            +
              margin-bottom: 0.3em;
         | 
| 869 | 
            +
            }
         | 
| 712 870 |  | 
| 713 871 | 
             
            h1, .h1 {
         | 
| 714 872 | 
             
              font-size: 1.6em;
         | 
| 715 873 | 
             
              text-transform: uppercase;
         | 
| 716 | 
            -
              margin-top: 2em; | 
| 874 | 
            +
              margin-top: 2em;
         | 
| 875 | 
            +
            }
         | 
| 717 876 |  | 
| 718 | 
            -
            h1#content, #content | 
| 719 | 
            -
              margin-top: 2em; | 
| 877 | 
            +
            h1#content, .h1#content {
         | 
| 878 | 
            +
              margin-top: 2em;
         | 
| 879 | 
            +
            }
         | 
| 720 880 |  | 
| 721 881 | 
             
            h2, .h2 {
         | 
| 722 882 | 
             
              margin-top: 1.3em;
         | 
| 723 883 | 
             
              font-size: 1.3em;
         | 
| 724 | 
            -
              font-weight: 400; | 
| 884 | 
            +
              font-weight: 400;
         | 
| 885 | 
            +
            }
         | 
| 725 886 |  | 
| 726 887 | 
             
            h3, .h3 {
         | 
| 727 888 | 
             
              margin-top: 1.1em;
         | 
| 728 889 | 
             
              font-size: 1.1em;
         | 
| 729 | 
            -
              font-weight: 100; | 
| 890 | 
            +
              font-weight: 100;
         | 
| 891 | 
            +
            }
         | 
| 730 892 |  | 
| 731 893 | 
             
            .TermNum,
         | 
| 732 894 | 
             
            .Terms,
         | 
| 733 895 | 
             
            .AltTerms {
         | 
| 734 | 
            -
              color: #05164D; | 
| 896 | 
            +
              color: #05164D;
         | 
| 897 | 
            +
            }
         | 
| 735 898 |  | 
| 736 899 | 
             
            .TermNum {
         | 
| 737 | 
            -
              font-weight: 100; | 
| 900 | 
            +
              font-weight: 100;
         | 
| 901 | 
            +
            }
         | 
| 738 902 |  | 
| 739 903 | 
             
            h2.TermNum {
         | 
| 740 | 
            -
              margin-bottom: 0; | 
| 904 | 
            +
              margin-bottom: 0;
         | 
| 905 | 
            +
            }
         | 
| 741 906 |  | 
| 742 907 | 
             
            p.Terms {
         | 
| 743 908 | 
             
              font-size: 1.1em;
         | 
| 744 909 | 
             
              line-height: 1.5em;
         | 
| 745 | 
            -
              margin: 0; | 
| 910 | 
            +
              margin: 0;
         | 
| 911 | 
            +
            }
         | 
| 746 912 |  | 
| 747 913 | 
             
            p.AltTerms {
         | 
| 748 914 | 
             
              /*
         | 
| 749 915 | 
             
              font-style: italic;
         | 
| 750 916 | 
             
                */
         | 
| 751 917 | 
             
              font-size: 1.1em;
         | 
| 752 | 
            -
              margin: 0; | 
| 918 | 
            +
              margin: 0;
         | 
| 919 | 
            +
            }
         | 
| 753 920 |  | 
| 754 921 | 
             
            .contact-info a:hover {
         | 
| 755 922 | 
             
              color: #05164d;
         | 
| 756 923 | 
             
              text-decoration: underline;
         | 
| 757 924 | 
             
              background: none;
         | 
| 758 | 
            -
              box-shadow: 0 0 0 0; | 
| 925 | 
            +
              box-shadow: 0 0 0 0;
         | 
| 926 | 
            +
            }
         | 
| 759 927 |  | 
| 760 928 | 
             
            /*
         | 
| 761 929 | 
             
              3.2 Links
         | 
| 762 930 | 
             
            */
         | 
| 763 931 | 
             
            a, a:visited {
         | 
| 764 932 | 
             
              text-decoration: none;
         | 
| 765 | 
            -
              color: #05164d; | 
| 933 | 
            +
              color: #05164d;
         | 
| 934 | 
            +
            }
         | 
| 766 935 |  | 
| 767 936 | 
             
            a:hover {
         | 
| 768 937 | 
             
              color: #05164d;
         | 
| 769 938 | 
             
              background: #fedc5b;
         | 
| 770 | 
            -
              box-shadow: 3px 0 0 #fedc5b, -3px 0 0 #fedc5b; | 
| 939 | 
            +
              box-shadow: 3px 0 0 #fedc5b, -3px 0 0 #fedc5b;
         | 
| 940 | 
            +
            }
         | 
| 771 941 |  | 
| 772 942 | 
             
            *::selection {
         | 
| 773 943 | 
             
              background: #fedc5b;
         | 
| 774 | 
            -
              color: #05164d; | 
| 944 | 
            +
              color: #05164d;
         | 
| 945 | 
            +
            }
         | 
| 775 946 |  | 
| 776 947 | 
             
            *::-moz-selection {
         | 
| 777 948 | 
             
              background: #fedc5b;
         | 
| 778 | 
            -
              color: #05164d; | 
| 949 | 
            +
              color: #05164d;
         | 
| 950 | 
            +
            }
         | 
| 779 951 |  | 
| 780 952 | 
             
            /*
         | 
| 781 953 | 
             
                3.3 Lists
         | 
| 782 954 | 
             
            */
         | 
| 783 955 | 
             
            ul,
         | 
| 784 956 | 
             
            ol {
         | 
| 785 | 
            -
              margin-left: 1.2em; | 
| 957 | 
            +
              margin-left: 1.2em;
         | 
| 958 | 
            +
            }
         | 
| 786 959 |  | 
| 787 960 | 
             
            ul li {
         | 
| 788 | 
            -
              list-style: none; | 
| 961 | 
            +
              list-style: none;
         | 
| 962 | 
            +
            }
         | 
| 789 963 |  | 
| 790 964 | 
             
            ul > li::before {
         | 
| 791 | 
            -
              content: " | 
| 965 | 
            +
              content: "—";
         | 
| 792 966 | 
             
              display: inline-block;
         | 
| 793 967 | 
             
              width: 1em;
         | 
| 794 | 
            -
              margin-left: -1.2em; | 
| 968 | 
            +
              margin-left: -1.2em;
         | 
| 969 | 
            +
            }
         | 
| 795 970 |  | 
| 796 971 | 
             
            ul > li p:first-child {
         | 
| 797 | 
            -
              display: inline; | 
| 972 | 
            +
              display: inline;
         | 
| 973 | 
            +
            }
         | 
| 798 974 |  | 
| 799 975 | 
             
            ul > li:first-child {
         | 
| 800 | 
            -
              margin-top: 1em; | 
| 976 | 
            +
              margin-top: 1em;
         | 
| 977 | 
            +
            }
         | 
| 801 978 |  | 
| 802 979 | 
             
            ul ul > li:first-child {
         | 
| 803 | 
            -
              margin-top: 0; | 
| 980 | 
            +
              margin-top: 0;
         | 
| 981 | 
            +
            }
         | 
| 804 982 |  | 
| 805 983 | 
             
            ol ul > li:first-child {
         | 
| 806 | 
            -
              margin-top: 0; | 
| 984 | 
            +
              margin-top: 0;
         | 
| 985 | 
            +
            }
         | 
| 807 986 |  | 
| 808 987 | 
             
            #toc-list ul {
         | 
| 809 | 
            -
              margin-bottom: 0.25em; | 
| 988 | 
            +
              margin-bottom: 0.25em;
         | 
| 989 | 
            +
            }
         | 
| 810 990 |  | 
| 811 991 | 
             
            #toc-list li {
         | 
| 812 | 
            -
              list-style-type: none; | 
| 992 | 
            +
              list-style-type: none;
         | 
| 993 | 
            +
            }
         | 
| 813 994 |  | 
| 814 995 | 
             
            #toc li::before {
         | 
| 815 996 | 
             
              content: " ";
         | 
| 816 | 
            -
              display: none; | 
| 997 | 
            +
              display: none;
         | 
| 998 | 
            +
            }
         | 
| 817 999 |  | 
| 818 1000 | 
             
            /*
         | 
| 819 1001 | 
             
                3.4 Rules
         | 
| @@ -822,7 +1004,8 @@ ol ul > li:first-child { | |
| 822 1004 | 
             
              width: 100%;
         | 
| 823 1005 | 
             
              height: 1px;
         | 
| 824 1006 | 
             
              background-color: #0e1a85;
         | 
| 825 | 
            -
              margin: 2em 0; | 
| 1007 | 
            +
              margin: 2em 0;
         | 
| 1008 | 
            +
            }
         | 
| 826 1009 |  | 
| 827 1010 | 
             
            /*
         | 
| 828 1011 | 
             
                3.5 Bibliograhy
         | 
| @@ -830,7 +1013,8 @@ ol ul > li:first-child { | |
| 830 1013 | 
             
            p.Biblio,
         | 
| 831 1014 | 
             
            p.NormRef {
         | 
| 832 1015 | 
             
              margin-top: 1em;
         | 
| 833 | 
            -
              margin-left: 2em; | 
| 1016 | 
            +
              margin-left: 2em;
         | 
| 1017 | 
            +
            }
         | 
| 834 1018 |  | 
| 835 1019 | 
             
            /*
         | 
| 836 1020 | 
             
                3.6 Source Code + figures
         | 
| @@ -843,39 +1027,46 @@ pre, | |
| 843 1027 | 
             
              line-height: 1.6em;
         | 
| 844 1028 | 
             
              padding: 1.5em;
         | 
| 845 1029 | 
             
              margin: 2em 0 1em 0;
         | 
| 846 | 
            -
              overflow: auto; | 
| 847 | 
            -
             | 
| 848 | 
            -
             | 
| 849 | 
            -
             | 
| 850 | 
            -
             | 
| 851 | 
            -
             | 
| 852 | 
            -
             | 
| 1030 | 
            +
              overflow: auto;
         | 
| 1031 | 
            +
            }
         | 
| 1032 | 
            +
            .figure .SourceTitle,
         | 
| 1033 | 
            +
            pre .SourceTitle,
         | 
| 1034 | 
            +
            .pseudocode .SourceTitle {
         | 
| 1035 | 
            +
              font-weight: 700;
         | 
| 1036 | 
            +
              font-size: 1em;
         | 
| 1037 | 
            +
              text-align: center;
         | 
| 1038 | 
            +
            }
         | 
| 853 1039 |  | 
| 854 1040 | 
             
            pre {
         | 
| 855 1041 | 
             
              font-family: {{monospacefont}};
         | 
| 856 | 
            -
              font-variant-ligatures: none; | 
| 1042 | 
            +
              font-variant-ligatures: none;
         | 
| 1043 | 
            +
            }
         | 
| 857 1044 |  | 
| 858 1045 | 
             
            .AdmonitionTitle {
         | 
| 859 1046 | 
             
              font-weight: 700;
         | 
| 860 1047 | 
             
              font-size: 1em;
         | 
| 861 | 
            -
              text-align: center; | 
| 1048 | 
            +
              text-align: center;
         | 
| 1049 | 
            +
            }
         | 
| 862 1050 |  | 
| 863 1051 | 
             
            .RecommendationTitle {
         | 
| 864 1052 | 
             
              font-weight: 700;
         | 
| 865 1053 | 
             
              font-size: 1em;
         | 
| 866 | 
            -
              text-align: center; | 
| 1054 | 
            +
              text-align: center;
         | 
| 1055 | 
            +
            }
         | 
| 867 1056 |  | 
| 868 1057 | 
             
            .ListTitle {
         | 
| 869 1058 | 
             
              font-weight: 700;
         | 
| 870 1059 | 
             
              font-size: 1em;
         | 
| 871 1060 | 
             
              text-align: center;
         | 
| 872 | 
            -
              text-align: left; | 
| 1061 | 
            +
              text-align: left;
         | 
| 1062 | 
            +
            }
         | 
| 873 1063 |  | 
| 874 1064 | 
             
            .FigureTitle,
         | 
| 875 1065 | 
             
            .SourceTitle {
         | 
| 876 1066 | 
             
              font-weight: 700;
         | 
| 877 1067 | 
             
              font-size: 1em;
         | 
| 878 | 
            -
              text-align: center; | 
| 1068 | 
            +
              text-align: center;
         | 
| 1069 | 
            +
            }
         | 
| 879 1070 |  | 
| 880 1071 | 
             
            /*
         | 
| 881 1072 | 
             
                3.7 Notes
         | 
| @@ -884,17 +1075,21 @@ pre { | |
| 884 1075 | 
             
              background-color: #fedc5b;
         | 
| 885 1076 | 
             
              color: #47430c;
         | 
| 886 1077 | 
             
              padding: 1.2em;
         | 
| 887 | 
            -
              margin: 1em 0 1em 0; | 
| 888 | 
            -
             | 
| 889 | 
            -
             | 
| 1078 | 
            +
              margin: 1em 0 1em 0;
         | 
| 1079 | 
            +
            }
         | 
| 1080 | 
            +
            .Note p {
         | 
| 1081 | 
            +
              margin: 0;
         | 
| 1082 | 
            +
            }
         | 
| 890 1083 |  | 
| 891 1084 | 
             
            .Admonition {
         | 
| 892 1085 | 
             
              background-color: #ffcccc;
         | 
| 893 1086 | 
             
              color: #47430c;
         | 
| 894 1087 | 
             
              padding: 1.2em;
         | 
| 895 | 
            -
              margin: 1em 0 1em 0; | 
| 896 | 
            -
             | 
| 897 | 
            -
             | 
| 1088 | 
            +
              margin: 1em 0 1em 0;
         | 
| 1089 | 
            +
            }
         | 
| 1090 | 
            +
            .Admonition p {
         | 
| 1091 | 
            +
              margin: 0;
         | 
| 1092 | 
            +
            }
         | 
| 898 1093 |  | 
| 899 1094 | 
             
            /*
         | 
| 900 1095 | 
             
                3.8 Examples
         | 
| @@ -905,18 +1100,23 @@ pre { | |
| 905 1100 | 
             
              margin: 2em 0 1em 0;
         | 
| 906 1101 | 
             
              text-align: left;
         | 
| 907 1102 | 
             
              color: #424242;
         | 
| 908 | 
            -
              padding-left: 2.7em; | 
| 909 | 
            -
             | 
| 910 | 
            -
             | 
| 911 | 
            -
               | 
| 912 | 
            -
             | 
| 913 | 
            -
             | 
| 914 | 
            -
             | 
| 915 | 
            -
               | 
| 916 | 
            -
             | 
| 917 | 
            -
             | 
| 918 | 
            -
             | 
| 919 | 
            -
             | 
| 1103 | 
            +
              padding-left: 2.7em;
         | 
| 1104 | 
            +
            }
         | 
| 1105 | 
            +
            .example p {
         | 
| 1106 | 
            +
              margin: 0;
         | 
| 1107 | 
            +
            }
         | 
| 1108 | 
            +
            .example .example-title {
         | 
| 1109 | 
            +
              font-weight: 700;
         | 
| 1110 | 
            +
              text-transform: uppercase;
         | 
| 1111 | 
            +
              margin-left: -1.5em;
         | 
| 1112 | 
            +
            }
         | 
| 1113 | 
            +
            .example .example-title {
         | 
| 1114 | 
            +
              margin-top: 0;
         | 
| 1115 | 
            +
            }
         | 
| 1116 | 
            +
            .example pre,
         | 
| 1117 | 
            +
            .example .pseudocode {
         | 
| 1118 | 
            +
              background: none;
         | 
| 1119 | 
            +
            }
         | 
| 920 1120 |  | 
| 921 1121 | 
             
            /*
         | 
| 922 1122 | 
             
                3.9 Tables
         | 
| @@ -927,29 +1127,36 @@ table { | |
| 927 1127 | 
             
              margin: 1em 0 2em 0;
         | 
| 928 1128 | 
             
              margin-left: auto;
         | 
| 929 1129 | 
             
              margin-right: auto;
         | 
| 930 | 
            -
              padding-right: 2em; | 
| 931 | 
            -
             | 
| 932 | 
            -
             | 
| 933 | 
            -
             | 
| 934 | 
            -
               | 
| 935 | 
            -
             | 
| 936 | 
            -
             | 
| 937 | 
            -
             | 
| 1130 | 
            +
              padding-right: 2em;
         | 
| 1131 | 
            +
            }
         | 
| 1132 | 
            +
            table, table th, table td {
         | 
| 1133 | 
            +
              border: 1px solid black;
         | 
| 1134 | 
            +
              font-size: 0.95em;
         | 
| 1135 | 
            +
            }
         | 
| 1136 | 
            +
            table th, table td {
         | 
| 1137 | 
            +
              padding: 1em;
         | 
| 1138 | 
            +
            }
         | 
| 1139 | 
            +
            table td.header {
         | 
| 1140 | 
            +
              font-weight: 400;
         | 
| 1141 | 
            +
            }
         | 
| 938 1142 |  | 
| 939 1143 | 
             
            p.TableTitle {
         | 
| 940 1144 | 
             
              text-align: center;
         | 
| 941 1145 | 
             
              margin-top: 2.5em;
         | 
| 942 | 
            -
              font-weight: 400; | 
| 1146 | 
            +
              font-weight: 400;
         | 
| 1147 | 
            +
            }
         | 
| 943 1148 |  | 
| 944 1149 | 
             
            /*
         | 
| 945 1150 | 
             
              3.10 Footnotes
         | 
| 946 1151 | 
             
            */
         | 
| 947 1152 | 
             
            a.footnote-number {
         | 
| 948 1153 | 
             
              vertical-align: super;
         | 
| 949 | 
            -
              font-size: 0.8em; | 
| 1154 | 
            +
              font-size: 0.8em;
         | 
| 1155 | 
            +
            }
         | 
| 950 1156 |  | 
| 951 1157 | 
             
            .footnote {
         | 
| 952 | 
            -
              font-size: {{footnotefontsize}}; | 
| 1158 | 
            +
              font-size: {{footnotefontsize}};
         | 
| 1159 | 
            +
            }
         | 
| 953 1160 |  | 
| 954 1161 | 
             
            /*
         | 
| 955 1162 | 
             
                3.11 Blockquotes
         | 
| @@ -961,7 +1168,8 @@ a.footnote-number { | |
| 961 1168 | 
             
              padding: 1.5em;
         | 
| 962 1169 | 
             
              margin-top: 2em;
         | 
| 963 1170 | 
             
              margin-left: auto;
         | 
| 964 | 
            -
              margin-right: auto; | 
| 1171 | 
            +
              margin-right: auto;
         | 
| 1172 | 
            +
            }
         | 
| 965 1173 |  | 
| 966 1174 | 
             
            /*
         | 
| 967 1175 | 
             
                3.12 Formulas
         | 
| @@ -970,7 +1178,8 @@ a.footnote-number { | |
| 970 1178 | 
             
              background-color: #f7f7f7;
         | 
| 971 1179 | 
             
              padding: 1.5em;
         | 
| 972 1180 | 
             
              margin-top: 2em;
         | 
| 973 | 
            -
              text-align: center; | 
| 1181 | 
            +
              text-align: center;
         | 
| 1182 | 
            +
            }
         | 
| 974 1183 |  | 
| 975 1184 | 
             
            /*
         | 
| 976 1185 | 
             
                3.13 Contact Info
         | 
| @@ -982,43 +1191,51 @@ a.footnote-number { | |
| 982 1191 | 
             
              text-align: left;
         | 
| 983 1192 | 
             
              border: #05164D solid 2px;
         | 
| 984 1193 | 
             
              color: #05164D !important;
         | 
| 985 | 
            -
              border-radius: 25px; | 
| 1194 | 
            +
              border-radius: 25px;
         | 
| 1195 | 
            +
            }
         | 
| 986 1196 |  | 
| 987 1197 | 
             
            .contact-info a,
         | 
| 988 1198 | 
             
            .contact-info a:hover {
         | 
| 989 | 
            -
              color: #05164D; | 
| 1199 | 
            +
              color: #05164D;
         | 
| 1200 | 
            +
            }
         | 
| 990 1201 |  | 
| 991 1202 | 
             
            .contact-info p,
         | 
| 992 1203 | 
             
            .contact-info a {
         | 
| 993 1204 | 
             
              font-family: {{monospacefont}};
         | 
| 994 1205 | 
             
              font-variant-ligatures: none;
         | 
| 995 | 
            -
              font-weight: 400; | 
| 1206 | 
            +
              font-weight: 400;
         | 
| 1207 | 
            +
            }
         | 
| 996 1208 |  | 
| 997 1209 | 
             
            .contact-info .name {
         | 
| 998 1210 | 
             
              font-weight: 700;
         | 
| 999 1211 | 
             
              font-size: 1.2em;
         | 
| 1000 | 
            -
              margin-bottom: 0; | 
| 1212 | 
            +
              margin-bottom: 0;
         | 
| 1213 | 
            +
            }
         | 
| 1001 1214 |  | 
| 1002 1215 | 
             
            .contact-info .address {
         | 
| 1003 1216 | 
             
              font-size: 1em;
         | 
| 1004 1217 | 
             
              line-height: 1.3em;
         | 
| 1005 | 
            -
              margin-top: 0; | 
| 1218 | 
            +
              margin-top: 0;
         | 
| 1219 | 
            +
            }
         | 
| 1006 1220 |  | 
| 1007 1221 | 
             
            /*
         | 
| 1008 1222 | 
             
                Keywords
         | 
| 1009 1223 | 
             
            */
         | 
| 1010 1224 | 
             
            span.keyword {
         | 
| 1011 | 
            -
              font-weight: 600; | 
| 1225 | 
            +
              font-weight: 600;
         | 
| 1226 | 
            +
            }
         | 
| 1012 1227 |  | 
| 1013 1228 | 
             
            /*
         | 
| 1014 1229 | 
             
                Paragraphs
         | 
| 1015 1230 | 
             
            */
         | 
| 1016 1231 | 
             
            p {
         | 
| 1017 1232 | 
             
              margin-top: 1em;
         | 
| 1018 | 
            -
              margin-bottom: 1em; | 
| 1233 | 
            +
              margin-bottom: 1em;
         | 
| 1234 | 
            +
            }
         | 
| 1019 1235 |  | 
| 1020 1236 | 
             
            h2 p, .h2 p {
         | 
| 1021 | 
            -
              display: inline; | 
| 1237 | 
            +
              display: inline;
         | 
| 1238 | 
            +
            }
         | 
| 1022 1239 |  | 
| 1023 1240 | 
             
            /*
         | 
| 1024 1241 | 
             
                4.0 Page header
         | 
| @@ -1028,24 +1245,28 @@ h2 p, .h2 p { | |
| 1028 1245 | 
             
            */
         | 
| 1029 1246 | 
             
            .icon-svg {
         | 
| 1030 1247 | 
             
              width: 100%;
         | 
| 1031 | 
            -
              color: #5ecf86; | 
| 1248 | 
            +
              color: #5ecf86;
         | 
| 1249 | 
            +
            }
         | 
| 1032 1250 |  | 
| 1033 1251 | 
             
            .wrapper-top {
         | 
| 1034 1252 | 
             
              background: #05164D;
         | 
| 1035 1253 | 
             
              color: #ffffff;
         | 
| 1036 1254 | 
             
              padding: 2em 0;
         | 
| 1037 | 
            -
              width: 100%; | 
| 1255 | 
            +
              width: 100%;
         | 
| 1256 | 
            +
            }
         | 
| 1038 1257 |  | 
| 1039 1258 | 
             
            .wrapper-top-bottom {
         | 
| 1040 1259 | 
             
              width: 0;
         | 
| 1041 1260 | 
             
              height: 0;
         | 
| 1042 1261 | 
             
              border-top: 100px solid #05164D;
         | 
| 1043 1262 | 
             
              border-right: 100px solid transparent;
         | 
| 1044 | 
            -
              position: absolute; | 
| 1263 | 
            +
              position: absolute;
         | 
| 1264 | 
            +
            }
         | 
| 1045 1265 |  | 
| 1046 1266 | 
             
            .doc-number {
         | 
| 1047 1267 | 
             
              font-size: 0.5em;
         | 
| 1048 | 
            -
              font-family: {{bodyfont}}; | 
| 1268 | 
            +
              font-family: {{bodyfont}};
         | 
| 1269 | 
            +
            }
         | 
| 1049 1270 |  | 
| 1050 1271 | 
             
            .coverpage-title {
         | 
| 1051 1272 | 
             
              padding-bottom: 0.5em;
         | 
| @@ -1055,55 +1276,67 @@ h2 p, .h2 p { | |
| 1055 1276 | 
             
              font-weight: 100;
         | 
| 1056 1277 | 
             
              padding-left: 1em;
         | 
| 1057 1278 | 
             
              padding-right: 1em;
         | 
| 1058 | 
            -
              text-transform: uppercase; | 
| 1279 | 
            +
              text-transform: uppercase;
         | 
| 1280 | 
            +
            }
         | 
| 1059 1281 |  | 
| 1060 1282 | 
             
            .WordSection11 {
         | 
| 1061 | 
            -
              padding: 0 2em 0 3em; | 
| 1283 | 
            +
              padding: 0 2em 0 3em;
         | 
| 1284 | 
            +
            }
         | 
| 1062 1285 |  | 
| 1063 1286 | 
             
            .info-section {
         | 
| 1064 | 
            -
              padding: 0 2em 0 5em; | 
| 1287 | 
            +
              padding: 0 2em 0 5em;
         | 
| 1288 | 
            +
            }
         | 
| 1065 1289 |  | 
| 1066 1290 | 
             
            .prefatory-section {
         | 
| 1067 | 
            -
              padding: 0 3em 0 6em; | 
| 1291 | 
            +
              padding: 0 3em 0 6em;
         | 
| 1292 | 
            +
            }
         | 
| 1068 1293 |  | 
| 1069 1294 | 
             
            .zzSTDTitle1,
         | 
| 1070 1295 | 
             
            .MsoCommentText {
         | 
| 1071 | 
            -
              display: none; | 
| 1296 | 
            +
              display: none;
         | 
| 1297 | 
            +
            }
         | 
| 1072 1298 |  | 
| 1073 1299 | 
             
            .coverpage {
         | 
| 1074 1300 | 
             
              text-align: center;
         | 
| 1075 | 
            -
              padding-left: 1.5em; | 
| 1076 | 
            -
             | 
| 1077 | 
            -
             | 
| 1078 | 
            -
             | 
| 1301 | 
            +
              padding-left: 1.5em;
         | 
| 1302 | 
            +
            }
         | 
| 1303 | 
            +
            .coverpage img {
         | 
| 1304 | 
            +
              height: auto;
         | 
| 1305 | 
            +
              width: 400px;
         | 
| 1306 | 
            +
            }
         | 
| 1079 1307 |  | 
| 1080 1308 | 
             
            .coverpage-logo span,
         | 
| 1081 1309 | 
             
            .coverpage-tc-name span {
         | 
| 1082 1310 | 
             
              font-family: {{bodyfont}};
         | 
| 1083 1311 | 
             
              text-transform: none;
         | 
| 1084 | 
            -
              font-weight: 300; | 
| 1312 | 
            +
              font-weight: 300;
         | 
| 1313 | 
            +
            }
         | 
| 1085 1314 |  | 
| 1086 1315 | 
             
            .coverpage-tc-name {
         | 
| 1087 1316 | 
             
              font-size: 1.2em;
         | 
| 1088 1317 | 
             
              line-height: 1.2em;
         | 
| 1089 | 
            -
              margin: 0.25em 0; | 
| 1318 | 
            +
              margin: 0.25em 0;
         | 
| 1319 | 
            +
            }
         | 
| 1090 1320 |  | 
| 1091 1321 | 
             
            /*
         | 
| 1092 1322 | 
             
                4.2 Document Identity
         | 
| 1093 1323 | 
             
            */
         | 
| 1094 1324 | 
             
            .coverpage-doc-identity {
         | 
| 1095 1325 | 
             
              font-size: 2em;
         | 
| 1096 | 
            -
              line-height: 2em; | 
| 1326 | 
            +
              line-height: 2em;
         | 
| 1327 | 
            +
            }
         | 
| 1097 1328 |  | 
| 1098 1329 | 
             
            .coverpage-title .title-second {
         | 
| 1099 | 
            -
              display: none; | 
| 1330 | 
            +
              display: none;
         | 
| 1331 | 
            +
            }
         | 
| 1100 1332 |  | 
| 1101 1333 | 
             
            .coverpage-stage-block {
         | 
| 1102 1334 | 
             
              font-family: {{bodyfont}};
         | 
| 1103 1335 | 
             
              font-weight: 600;
         | 
| 1104 1336 | 
             
              font-size: 1.25em;
         | 
| 1105 1337 | 
             
              margin: 2em 0em 2em 0em;
         | 
| 1106 | 
            -
              text-transform: uppercase; | 
| 1338 | 
            +
              text-transform: uppercase;
         | 
| 1339 | 
            +
            }
         | 
| 1107 1340 |  | 
| 1108 1341 | 
             
            /*
         | 
| 1109 1342 | 
             
                4.3 Draft Warning
         | 
| @@ -1114,13 +1347,15 @@ h2 p, .h2 p { | |
| 1114 1347 | 
             
              margin: 1em 2em;
         | 
| 1115 1348 | 
             
              color: #05164d;
         | 
| 1116 1349 | 
             
              padding: 2em 1em 1em 1em;
         | 
| 1117 | 
            -
              border-radius: 25px; | 
| 1350 | 
            +
              border-radius: 25px;
         | 
| 1351 | 
            +
            }
         | 
| 1118 1352 |  | 
| 1119 1353 | 
             
            .coverpage-warning .title {
         | 
| 1120 1354 | 
             
              font-family: {{headerfont}};
         | 
| 1121 1355 | 
             
              font-weight: 300;
         | 
| 1122 1356 | 
             
              text-transform: uppercase;
         | 
| 1123 | 
            -
              font-size: 1.2em; | 
| 1357 | 
            +
              font-size: 1.2em;
         | 
| 1358 | 
            +
            }
         | 
| 1124 1359 |  | 
| 1125 1360 | 
             
            /*
         | 
| 1126 1361 | 
             
                4.4 Copyright
         | 
| @@ -1128,7 +1363,8 @@ h2 p, .h2 p { | |
| 1128 1363 | 
             
            .boilerplate-copyright {
         | 
| 1129 1364 | 
             
              padding: 1em;
         | 
| 1130 1365 | 
             
              font-size: 0.9em;
         | 
| 1131 | 
            -
              text-align: left; | 
| 1366 | 
            +
              text-align: left;
         | 
| 1367 | 
            +
            }
         | 
| 1132 1368 |  | 
| 1133 1369 | 
             
            /*  .copyright .name, .copyright .address {color: #05164d;} */
         | 
| 1134 1370 | 
             
            /*
         | 
| @@ -1138,65 +1374,85 @@ h2 p, .h2 p { | |
| 1138 1374 | 
             
            To top button
         | 
| 1139 1375 | 
             
            */
         | 
| 1140 1376 | 
             
            @page {
         | 
| 1141 | 
            -
              margin: 2cm 1cm; | 
| 1142 | 
            -
             | 
| 1377 | 
            +
              margin: 2cm 1cm;
         | 
| 1378 | 
            +
            }
         | 
| 1143 1379 | 
             
            @media print {
         | 
| 1144 1380 | 
             
              .document-info,
         | 
| 1145 1381 | 
             
              nav,
         | 
| 1146 1382 | 
             
              .copyright {
         | 
| 1147 | 
            -
                page-break-before: always; | 
| 1383 | 
            +
                page-break-before: always;
         | 
| 1384 | 
            +
              }
         | 
| 1148 1385 | 
             
              nav {
         | 
| 1149 | 
            -
                page-break-after: always; | 
| 1386 | 
            +
                page-break-after: always;
         | 
| 1387 | 
            +
              }
         | 
| 1150 1388 | 
             
              h1,
         | 
| 1151 1389 | 
             
              h2,
         | 
| 1152 1390 | 
             
              h3,
         | 
| 1153 1391 | 
             
              h4,
         | 
| 1154 1392 | 
             
              .h1, .h2, .h3, .h4 {
         | 
| 1155 1393 | 
             
                page-break-after: avoid;
         | 
| 1156 | 
            -
                margin-top: 1.2em; | 
| 1394 | 
            +
                margin-top: 1.2em;
         | 
| 1395 | 
            +
              }
         | 
| 1157 1396 | 
             
              .note,
         | 
| 1158 1397 | 
             
              .figure,
         | 
| 1159 1398 | 
             
              pre,
         | 
| 1160 1399 | 
             
              .pseudocode,
         | 
| 1161 1400 | 
             
              table {
         | 
| 1162 | 
            -
                page-break-inside: avoid; | 
| 1401 | 
            +
                page-break-inside: avoid;
         | 
| 1402 | 
            +
              }
         | 
| 1163 1403 | 
             
              .info-section {
         | 
| 1164 | 
            -
                display: none; | 
| 1404 | 
            +
                display: none;
         | 
| 1405 | 
            +
              }
         | 
| 1165 1406 | 
             
              .coverpage {
         | 
| 1166 | 
            -
                height: 23cm; | 
| 1407 | 
            +
                height: 23cm;
         | 
| 1408 | 
            +
              }
         | 
| 1167 1409 | 
             
              .wrapper-top {
         | 
| 1168 1410 | 
             
                top: 0;
         | 
| 1169 1411 | 
             
                padding-top: 4cm;
         | 
| 1170 | 
            -
                padding-bottom: 4cm; | 
| 1412 | 
            +
                padding-bottom: 4cm;
         | 
| 1413 | 
            +
              }
         | 
| 1171 1414 | 
             
              .wrapper-top-bottom {
         | 
| 1172 | 
            -
                margin-top: -5px; | 
| 1415 | 
            +
                margin-top: -5px;
         | 
| 1416 | 
            +
              }
         | 
| 1173 1417 | 
             
              button#myBtn {
         | 
| 1174 | 
            -
                background-color: white; | 
| 1418 | 
            +
                background-color: white;
         | 
| 1419 | 
            +
              }
         | 
| 1175 1420 | 
             
              .container {
         | 
| 1176 | 
            -
                padding-left: 0; | 
| 1421 | 
            +
                padding-left: 0;
         | 
| 1422 | 
            +
              }
         | 
| 1177 1423 | 
             
              h1.content, .h1.content {
         | 
| 1178 1424 | 
             
                margin-top: 2em;
         | 
| 1179 | 
            -
                line-height: 2.5em; | 
| 1425 | 
            +
                line-height: 2.5em;
         | 
| 1426 | 
            +
              }
         | 
| 1180 1427 | 
             
              h1, .h1 {
         | 
| 1181 1428 | 
             
                font-size: 1.5em;
         | 
| 1182 | 
            -
                line-height: 1.5; | 
| 1429 | 
            +
                line-height: 1.5;
         | 
| 1430 | 
            +
              }
         | 
| 1183 1431 | 
             
              h2, .h2 {
         | 
| 1184 | 
            -
                font-size: 1.2em; | 
| 1432 | 
            +
                font-size: 1.2em;
         | 
| 1433 | 
            +
              }
         | 
| 1185 1434 | 
             
              h3, .h3 {
         | 
| 1186 | 
            -
                font-size: 1em; | 
| 1435 | 
            +
                font-size: 1em;
         | 
| 1436 | 
            +
              }
         | 
| 1187 1437 | 
             
              .Note {
         | 
| 1188 1438 | 
             
                background-color: #fedc5b;
         | 
| 1189 1439 | 
             
                color: #47430c;
         | 
| 1190 1440 | 
             
                padding: 5px;
         | 
| 1191 | 
            -
                margin: 2em 0 1em 0; | 
| 1441 | 
            +
                margin: 2em 0 1em 0;
         | 
| 1442 | 
            +
              }
         | 
| 1192 1443 | 
             
              .Note p {
         | 
| 1193 | 
            -
                padding: 0 5px 0 5px; | 
| 1444 | 
            +
                padding: 0 5px 0 5px;
         | 
| 1445 | 
            +
              }
         | 
| 1194 1446 | 
             
              .Admonition {
         | 
| 1195 1447 | 
             
                background-color: #ffcccc;
         | 
| 1196 1448 | 
             
                color: #47430c;
         | 
| 1197 1449 | 
             
                padding: 5px;
         | 
| 1198 | 
            -
                margin: 2em 0 1em 0; | 
| 1450 | 
            +
                margin: 2em 0 1em 0;
         | 
| 1451 | 
            +
              }
         | 
| 1199 1452 | 
             
              .Admonition p {
         | 
| 1200 | 
            -
                padding: 0 5px 0 5px; | 
| 1453 | 
            +
                padding: 0 5px 0 5px;
         | 
| 1454 | 
            +
              }
         | 
| 1201 1455 | 
             
              .wrapper-top-bottom {
         | 
| 1202 | 
            -
                display: none; | 
| 1456 | 
            +
                display: none;
         | 
| 1457 | 
            +
              }
         | 
| 1458 | 
            +
            }
         |