/*******************************************************************************************************************************
	  サイト名：科学技術情報プラットフォーム ～イノベーションに向けて～ Japan Information Platform for S&T Innovation
	ファイル名：default.css
	      概要：要素のデフォルトスタイルを規定する。（2014/12/3 WhatWG準拠）
	            https://html.spec.whatwg.org/multipage/rendering.html#the-css-user-agent-style-sheet-and-presentational-hints
*******************************************************************************************************************************/

@namespace url(http://www.w3.org/1999/xhtml);

/*==============================================================================================================================
	Non-replaced elements
==============================================================================================================================*/

/*------------------------------------------------------------------------------------------------------------------------------
	Hidden elements
------------------------------------------------------------------------------------------------------------------------------*/

[hidden],
area,
base,
basefont,
datalist,
head,
link,
menu[type=popup],
meta,
noembed,
noframes,
param,
rp,
script,
source,
style,
template,
track,
title {
	display: none;
}

embed[hidden] {
	display: inline;
	height: 0;
	width: 0;
}

input[type=hidden] {
	display none ! important;
}

/*------------------------------------------------------------------------------------------------------------------------------
	The page
------------------------------------------------------------------------------------------------------------------------------*/

html,
body {
	display: block;
}

/*------------------------------------------------------------------------------------------------------------------------------
	Flow content
------------------------------------------------------------------------------------------------------------------------------*/

address,
blockquote,
center,
div,
figure,
figcaption,
footer,
form,
header,
hr,
legend,
listing,
main,
p,
plaintext,
pre,
summary,
xmp {
	display: block;
}

blockquote,
figure,
listing,
p,
plaintext,
pre,
xmp {
	margin-top: 1em;
	margin-bottom: 1em;
}

blockquote,
figure {
	margin-left: 40px;
	margin-right: 40px;
}

address {
	font-style: italic;
}

listing,
plaintext,
pre,
xmp {
	font-family: monospace;
	white-space: pre;
}

dialog:not([open]) {
	display: none;
}

dialog {
	position: absolute;
	left: 0; right: 0;
	width: fit-content;
	height: fit-content;
	margin: auto;
	border: solid;
	padding: 1em;
	background: white;
	color: black;
}

dialog::backdrop {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(0,0,0,0.1);
}

/* for small devices, modal dialogs go full-screen */
@media screen and (max-width: 540px) {
	dialog:modal {
		top: 0;
		width: auto;
		margin: 1em;
	}
}

pre[wrap] {
	white-space: pre-wrap;
}

form {
	margin-bottom: 1em;
}

/*------------------------------------------------------------------------------------------------------------------------------
	Phrasing content
------------------------------------------------------------------------------------------------------------------------------*/

cite,
dfn,
em,
i,
var {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp,
tt {
	font-family: monospace;
}

big {
	font-size: larger;
}

small {
	font-size: smaller;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}

sub,
sup {
	line-height: normal;
	font-size: smaller;
}

ruby {
	display: ruby;
}

rt {
	display: ruby-text;
}

:link {
	color: #0000EE;
}

:visited {
	color: #551A8B;
}

:link:active,
:visited:active {
	color: #FF0000;
}

:link,
:visited {
	text-decoration: underline;
	cursor: pointer;
}

a:link[rel~=help],
a:visited[rel~=help],
area:link[rel~=help],
area:visited[rel~=help] {
	cursor: help;
}

:focus {
	outline: auto;
}

mark {
	background: yellow;
	color: black;
}
/* this colour is just a suggestion and can be changed based on implementation feedback */

abbr[title],
acronym[title] {
	text-decoration: dotted underline;
}

ins, u {
	text-decoration: underline;
}

del,
s,
strike {
	text-decoration: line-through;
}

blink {
	text-decoration: blink;
}

q::before {
	content: open-quote;
}

q::after {
	content: close-quote;
}

br {
	display-outside: newline;
}
/* this also has bidi implications */

nobr {
	white-space: nowrap;
}

wbr {
	display-outside: break-opportunity;
}
/* this also has bidi implications */

nobr wbr {
	white-space: normal;
}

br[clear=left] {
	clear: left;
}

br[clear=right] {
	clear: right;
}

br[clear=all],
br[clear=both] {
	clear: both;
}

/*------------------------------------------------------------------------------------------------------------------------------
	Bidirectional text
------------------------------------------------------------------------------------------------------------------------------*/

[dir]:dir(ltr),
bdi:dir(ltr),
input[type=tel]:dir(ltr) {
	direction: ltr;
}

[dir]:dir(rtl),
bdi:dir(rtl) {
	direction: rtl;
}

address,
blockquote,
center,
div,
figure,
figcaption,
footer,
form,
header,
hr,
legend,
listing,
main,
p,
plaintext,
pre,
summary,
xmp,
article,
aside,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
nav,
section,
table,
caption,
colgroup,
col,
thead,
tbody,
tfoot,
tr,
td,
th,
dir,
dd,
dl,
dt,
menu,
ol,
ul,
li,
bdi,
output,
[dir=ltr],
[dir=rtl],
[dir=auto] {
	unicode-bidi: isolate; 
}

bdo,
bdo[dir] {
	unicode-bidi: isolate-override;
}

textarea[dir=auto],
pre[dir=auto] {
	unicode-bidi: plaintext;
}

/* the rules setting the 'content' property on br and wbr elements also has bidi implications */

address,
blockquote,
center,
div,
figure,
figcaption,
footer,
form,
header,
hr,
legend,
listing,
main,
p,
plaintext,
pre,
summary,
xmp,
article,
aside,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
nav,
section,
table,
caption,
colgroup,
col,
thead,
tbody,
tfoot,
tr,
td,
th,
dir,
dd,
dl,
dt,
menu,
ol,
ul,
li,
[dir=ltr],
[dir=rtl],
[dir=auto],
*|* {
 	unicode-bidi: bidi-override;
}

input:not([type=submit]):not([type=reset]):not([type=button]),
textarea,
keygen {
	unicode-bidi: normal;
}

/*------------------------------------------------------------------------------------------------------------------------------
	Bidirectional text
------------------------------------------------------------------------------------------------------------------------------*/

:root                                                         { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(af),       :not(:lang(af)) > :lang(af)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(agq),      :not(:lang(agq)) > :lang(agq)           { quotes: '\201e' '\201d' '\201a' '\2019' } /* „ ” ‚ ’ */
:root:lang(ak),       :not(:lang(ak)) > :lang(ak)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(am),       :not(:lang(am)) > :lang(am)             { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
:root:lang(ar),       :not(:lang(ar)) > :lang(ar)             { quotes: '\201d' '\201c' '\2019' '\2018' } /* ” “ ’ ‘ */
:root:lang(asa),      :not(:lang(asa)) > :lang(asa)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(ast),      :not(:lang(ast)) > :lang(ast)           { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
:root:lang(az),       :not(:lang(az)) > :lang(az)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(az-Cyrl),  :not(:lang(az-Cyrl)) > :lang(az-Cyrl)   { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
:root:lang(bas),      :not(:lang(bas)) > :lang(bas)           { quotes: '\00ab' '\00bb' '\201e' '\201c' } /* « » „ “ */
:root:lang(bem),      :not(:lang(bem)) > :lang(bem)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(bez),      :not(:lang(bez)) > :lang(bez)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(bg),       :not(:lang(bg)) > :lang(bg)             { quotes: '\201e' '\201c' '\201e' '\201c' } /* „ “ „ “ */
:root:lang(bm),       :not(:lang(bm)) > :lang(bm)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
:root:lang(bn),       :not(:lang(bn)) > :lang(bn)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(br),       :not(:lang(br)) > :lang(br)             { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
:root:lang(brx),      :not(:lang(brx)) > :lang(brx)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(bs),       :not(:lang(bs)) > :lang(bs)             { quotes: '\201e' '\201c' '\2018' '\2019' } /* „ “ ‘ ’ */
:root:lang(bs-Cyrl),  :not(:lang(bs-Cyrl)) > :lang(bs-Cyrl)   { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
:root:lang(ca),       :not(:lang(ca)) > :lang(ca)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
:root:lang(cgg),      :not(:lang(cgg)) > :lang(cgg)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(chr),      :not(:lang(chr)) > :lang(chr)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(cs),       :not(:lang(cs)) > :lang(cs)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
:root:lang(cy),       :not(:lang(cy)) > :lang(cy)             { quotes: '\2018' '\2019' '\201c' '\201d' } /* ‘ ’ “ ” */
:root:lang(da),       :not(:lang(da)) > :lang(da)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(dav),      :not(:lang(dav)) > :lang(dav)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(de),       :not(:lang(de)) > :lang(de)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
:root:lang(de-CH),    :not(:lang(de-CH)) > :lang(de-CH)       { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
:root:lang(dje),      :not(:lang(dje)) > :lang(dje)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(dsb),      :not(:lang(dsb)) > :lang(dsb)           { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
:root:lang(dua),      :not(:lang(dua)) > :lang(dua)           { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
:root:lang(dyo),      :not(:lang(dyo)) > :lang(dyo)           { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
:root:lang(dz),       :not(:lang(dz)) > :lang(dz)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(ebu),      :not(:lang(ebu)) > :lang(ebu)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(ee),       :not(:lang(ee)) > :lang(ee)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(el),       :not(:lang(el)) > :lang(el)             { quotes: '\00ab' '\00bb' '\0022' '\0022' } /* « » " " */
:root:lang(en),       :not(:lang(en)) > :lang(en)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(es),       :not(:lang(es)) > :lang(es)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
:root:lang(et),       :not(:lang(et)) > :lang(et)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
:root:lang(eu),       :not(:lang(eu)) > :lang(eu)             { quotes: '\0022' '\0022' '\0022' '\0022' } /* " " " " */
:root:lang(ewo),      :not(:lang(ewo)) > :lang(ewo)           { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
:root:lang(fa),       :not(:lang(fa)) > :lang(fa)             { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
:root:lang(ff),       :not(:lang(ff)) > :lang(ff)             { quotes: '\201e' '\201d' '\201a' '\2019' } /* „ ” ‚ ’ */
:root:lang(fi),       :not(:lang(fi)) > :lang(fi)             { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
:root:lang(fil),      :not(:lang(fil)) > :lang(fil)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(fr),       :not(:lang(fr)) > :lang(fr)             { quotes: '\00ab' '\00bb' '\00ab' '\00bb' } /* « » « » */
:root:lang(fr-CA),    :not(:lang(fr-CA)) > :lang(fr-CA)       { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
:root:lang(fr-CH),    :not(:lang(fr-CH)) > :lang(fr-CH)       { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
:root:lang(ga),       :not(:lang(ga)) > :lang(ga)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(gd),       :not(:lang(gd)) > :lang(gd)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(gl),       :not(:lang(gl)) > :lang(gl)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(gsw),      :not(:lang(gsw)) > :lang(gsw)           { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
:root:lang(gu),       :not(:lang(gu)) > :lang(gu)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(guz),      :not(:lang(guz)) > :lang(guz)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(ha),       :not(:lang(ha)) > :lang(ha)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(he),       :not(:lang(he)) > :lang(he)             { quotes: '\05f4' '\05f4' '\05f3' '\05f3' } /* ״ ״ ׳ ׳ */
:root:lang(hi),       :not(:lang(hi)) > :lang(hi)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(hr),       :not(:lang(hr)) > :lang(hr)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
:root:lang(hsb),      :not(:lang(hsb)) > :lang(hsb)           { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
:root:lang(hu),       :not(:lang(hu)) > :lang(hu)             { quotes: '\201e' '\201d' '\00bb' '\00ab' } /* „ ” » « */
:root:lang(hy),       :not(:lang(hy)) > :lang(hy)             { quotes: '\00ab' '\00bb' '\00ab' '\00bb' } /* « » « » */
:root:lang(id),       :not(:lang(id)) > :lang(id)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(ig),       :not(:lang(ig)) > :lang(ig)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(is),       :not(:lang(is)) > :lang(is)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
:root:lang(it),       :not(:lang(it)) > :lang(it)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
:root:lang(ja),       :not(:lang(ja)) > :lang(ja)             { quotes: '\300c' '\300d' '\300e' '\300f' } /* 「 」 『 』 */
:root:lang(jgo),      :not(:lang(jgo)) > :lang(jgo)           { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
:root:lang(jmc),      :not(:lang(jmc)) > :lang(jmc)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(ka),       :not(:lang(ka)) > :lang(ka)             { quotes: '\201e' '\201c' '\00ab' '\00bb' } /* „ “ « » */
:root:lang(kab),      :not(:lang(kab)) > :lang(kab)           { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
:root:lang(kam),      :not(:lang(kam)) > :lang(kam)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(kde),      :not(:lang(kde)) > :lang(kde)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(kea),      :not(:lang(kea)) > :lang(kea)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(khq),      :not(:lang(khq)) > :lang(khq)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(ki),       :not(:lang(ki)) > :lang(ki)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(kk),       :not(:lang(kk)) > :lang(kk)             { quotes: '\201c' '\0022' '\2018' '\2019' } /* “ " ‘ ’ */
:root:lang(kkj),      :not(:lang(kkj)) > :lang(kkj)           { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
:root:lang(kln),      :not(:lang(kln)) > :lang(kln)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(km),       :not(:lang(km)) > :lang(km)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(kn),       :not(:lang(kn)) > :lang(kn)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(ko),       :not(:lang(ko)) > :lang(ko)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(ksb),      :not(:lang(ksb)) > :lang(ksb)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(ksf),      :not(:lang(ksf)) > :lang(ksf)           { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
:root:lang(ky),       :not(:lang(ky)) > :lang(ky)             { quotes: '\00ab' '\00bb' '\201e' '\201c' } /* « » „ “ */
:root:lang(lag),      :not(:lang(lag)) > :lang(lag)           { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
:root:lang(lb),       :not(:lang(lb)) > :lang(lb)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
:root:lang(lg),       :not(:lang(lg)) > :lang(lg)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(ln),       :not(:lang(ln)) > :lang(ln)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(lo),       :not(:lang(lo)) > :lang(lo)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(lt),       :not(:lang(lt)) > :lang(lt)             { quotes: '\201e' '\201c' '\201e' '\201c' } /* „ “ „ “ */
:root:lang(lu),       :not(:lang(lu)) > :lang(lu)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(luo),      :not(:lang(luo)) > :lang(luo)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(luy),      :not(:lang(luy)) > :lang(luy)           { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
:root:lang(lv),       :not(:lang(lv)) > :lang(lv)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(mas),      :not(:lang(mas)) > :lang(mas)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(mer),      :not(:lang(mer)) > :lang(mer)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(mfe),      :not(:lang(mfe)) > :lang(mfe)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(mg),       :not(:lang(mg)) > :lang(mg)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
:root:lang(mgo),      :not(:lang(mgo)) > :lang(mgo)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(mk),       :not(:lang(mk)) > :lang(mk)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
:root:lang(ml),       :not(:lang(ml)) > :lang(ml)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(mn),       :not(:lang(mn)) > :lang(mn)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(mr),       :not(:lang(mr)) > :lang(mr)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(ms),       :not(:lang(ms)) > :lang(ms)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(mt),       :not(:lang(mt)) > :lang(mt)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(mua),      :not(:lang(mua)) > :lang(mua)           { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
:root:lang(my),       :not(:lang(my)) > :lang(my)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(naq),      :not(:lang(naq)) > :lang(naq)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(nb),       :not(:lang(nb)) > :lang(nb)             { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
:root:lang(nd),       :not(:lang(nd)) > :lang(nd)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(ne),       :not(:lang(ne)) > :lang(ne)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(nl),       :not(:lang(nl)) > :lang(nl)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(nmg),      :not(:lang(nmg)) > :lang(nmg)           { quotes: '\201e' '\201d' '\00ab' '\00bb' } /* „ ” « » */
:root:lang(nn),       :not(:lang(nn)) > :lang(nn)             { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
:root:lang(nnh),      :not(:lang(nnh)) > :lang(nnh)           { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
:root:lang(nus),      :not(:lang(nus)) > :lang(nus)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(nyn),      :not(:lang(nyn)) > :lang(nyn)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(pa),       :not(:lang(pa)) > :lang(pa)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(pl),       :not(:lang(pl)) > :lang(pl)             { quotes: '\201e' '\201d' '\00ab' '\00bb' } /* „ ” « » */
:root:lang(pt),       :not(:lang(pt)) > :lang(pt)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(pt-PT),    :not(:lang(pt-PT)) > :lang(pt-PT)       { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
:root:lang(rn),       :not(:lang(rn)) > :lang(rn)             { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
:root:lang(ro),       :not(:lang(ro)) > :lang(ro)             { quotes: '\201c' '\201d' '\00ab' '\00bb' } /* “ ” « » */
:root:lang(rof),      :not(:lang(rof)) > :lang(rof)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(ru),       :not(:lang(ru)) > :lang(ru)             { quotes: '\00ab' '\00bb' '\201e' '\201c' } /* « » „ “ */
:root:lang(rw),       :not(:lang(rw)) > :lang(rw)             { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
:root:lang(rwk),      :not(:lang(rwk)) > :lang(rwk)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(saq),      :not(:lang(saq)) > :lang(saq)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(sbp),      :not(:lang(sbp)) > :lang(sbp)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(seh),      :not(:lang(seh)) > :lang(seh)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(ses),      :not(:lang(ses)) > :lang(ses)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(sg),       :not(:lang(sg)) > :lang(sg)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
:root:lang(shi),      :not(:lang(shi)) > :lang(shi)           { quotes: '\00ab' '\00bb' '\201e' '\201d' } /* « » „ ” */
:root:lang(shi-Latn), :not(:lang(shi-Latn)) > :lang(shi-Latn) { quotes: '\00ab' '\00bb' '\201e' '\201d' } /* « » „ ” */
:root:lang(si),       :not(:lang(si)) > :lang(si)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(sk),       :not(:lang(sk)) > :lang(sk)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
:root:lang(sl),       :not(:lang(sl)) > :lang(sl)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
:root:lang(sn),       :not(:lang(sn)) > :lang(sn)             { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
:root:lang(so),       :not(:lang(so)) > :lang(so)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(sq),       :not(:lang(sq)) > :lang(sq)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
:root:lang(sr),       :not(:lang(sr)) > :lang(sr)             { quotes: '\201e' '\201c' '\2018' '\2018' } /* „ “ ‘ ‘ */
:root:lang(sr-Latn),  :not(:lang(sr-Latn)) > :lang(sr-Latn)   { quotes: '\201e' '\201c' '\2018' '\2018' } /* „ “ ‘ ‘ */
:root:lang(sv),       :not(:lang(sv)) > :lang(sv)             { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
:root:lang(sw),       :not(:lang(sw)) > :lang(sw)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(swc),      :not(:lang(swc)) > :lang(swc)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(ta),       :not(:lang(ta)) > :lang(ta)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(te),       :not(:lang(te)) > :lang(te)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(teo),      :not(:lang(teo)) > :lang(teo)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(th),       :not(:lang(th)) > :lang(th)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(ti-ER),    :not(:lang(ti-ER)) > :lang(ti-ER)       { quotes: '\2018' '\2019' '\201c' '\201d' } /* ‘ ’ “ ” */
:root:lang(to),       :not(:lang(to)) > :lang(to)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(tr),       :not(:lang(tr)) > :lang(tr)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(twq),      :not(:lang(twq)) > :lang(twq)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(tzm),      :not(:lang(tzm)) > :lang(tzm)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(uk),       :not(:lang(uk)) > :lang(uk)             { quotes: '\00ab' '\00bb' '\201e' '\201c' } /* « » „ “ */
:root:lang(ur),       :not(:lang(ur)) > :lang(ur)             { quotes: '\201d' '\201c' '\2019' '\2018' } /* ” “ ’ ‘ */
:root:lang(ur-IN),    :not(:lang(ur-IN)) > :lang(ur-IN)       { quotes: '\0022' '\0022' '\0027' '\0027' } /* " " ' ' */
:root:lang(uz),       :not(:lang(uz)) > :lang(uz)             { quotes: '\0022' '\0022' '\0027' '\0027' } /* " " ' ' */
:root:lang(uz-Cyrl),  :not(:lang(uz-Cyrl)) > :lang(uz-Cyrl)   { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(vai),      :not(:lang(vai)) > :lang(vai)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(vai-Latn), :not(:lang(vai-Latn)) > :lang(vai-Latn) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(vi),       :not(:lang(vi)) > :lang(vi)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(vun),      :not(:lang(vun)) > :lang(vun)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(xog),      :not(:lang(xog)) > :lang(xog)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(yav),      :not(:lang(yav)) > :lang(yav)           { quotes: '\00ab' '\00bb' '\00ab' '\00bb' } /* « » « » */
:root:lang(yo),       :not(:lang(yo)) > :lang(yo)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(zgh),      :not(:lang(zgh)) > :lang(zgh)           { quotes: '\00ab' '\00bb' '\201e' '\201d' } /* « » „ ” */
:root:lang(zh),       :not(:lang(zh)) > :lang(zh)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(zh-Hant),  :not(:lang(zh-Hant)) > :lang(zh-Hant)   { quotes: '\300c' '\300d' '\300e' '\300f' } /* 「 」 『 』 */
:root:lang(zu),       :not(:lang(zu)) > :lang(zu)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */

/*------------------------------------------------------------------------------------------------------------------------------
	Sections and headings
------------------------------------------------------------------------------------------------------------------------------*/

article,
aside,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
nav,
section {
 	display: block;
}

h1 {
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	font-size: 2.00em;
	font-weight: bold;
}

h2 {
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	font-size: 1.50em;
	font-weight: bold;
}

h3 {
	margin-top: 1.00em;
	margin-bottom: 1.00em;
	font-size: 1.17em;
	font-weight: bold;
}

h4 {
	margin-top: 1.33em;
	margin-bottom: 1.33em;
	font-size: 1.00em;
	font-weight: bold;
}

h5 {
	margin-top: 1.67em;
	margin-bottom: 1.67em;
	font-size: 0.83em;
	font-weight: bold;
}

h6 {
	margin-top: 2.33em;
	margin-bottom: 2.33em;
	font-size: 0.67em;
	font-weight: bold;
}

article h1,
aside h1,
nav h1,
section h1 {
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	font-size: 1.50em;
}

article article h1,
article aside h1,
article nav h1,
article section h1,
aside article h1,
aside aside h1,
aside nav h1,
aside section h1,
nav article h1,
nav aside h1,
nav nav h1,
nav section h1,
section article h1,
section aside h1,
section nav h1,
section section h1 {
	margin-top: 1.00em;
	margin-bottom: 1.00em;
	font-size: 1.17em;
}

article article article h1,
article article aside h1,
article article nav h1,
article article section h1,
article aside article h1,
article aside aside h1,
article aside nav h1,
article aside section h1,
article nav article h1,
article nav aside h1,
article nav nav h1,
article nav section h1,
article section article h1,
article section aside h1,
article section nav h1,
article section section h1,
aside article article h1,
aside article aside h1,
aside article nav h1,
aside article section h1,
aside aside article h1,
aside aside aside h1,
aside aside nav h1,
aside aside section h1,
aside nav article h1,
aside nav aside h1,
aside nav nav h1,
aside nav section h1,
aside section article h1,
aside section aside h1,
aside section nav h1,
aside section section h1,
nav article article h1,
nav article aside h1,
nav article nav h1,
nav article section h1,
nav aside article h1,
nav aside aside h1,
nav aside nav h1,
nav aside section h1,
nav nav article h1,
nav nav aside h1,
nav nav nav h1,
nav nav section h1,
nav section article h1,
nav section aside h1,
nav section nav h1,
nav section section h1,
section article article h1,
section article aside h1,
section article nav h1,
section article section h1,
section aside article h1,
section aside aside h1,
section aside nav h1,
section aside section h1,
section nav article h1,
section nav aside h1,
section nav nav h1,
section nav section h1,
section section article h1,
section section aside h1,
section section nav h1,
section section section h1 {
	margin-top: 1.33em;
	margin-bottom: 1.33em;
	font-size: 1.00em;
}

article article article article h1,
article article article aside h1,
article article article nav h1,
article article article section h1,
article article aside article h1,
article article aside aside h1,
article article aside nav h1,
article article aside section h1,
article article nav article h1,
article article nav aside h1,
article article nav nav h1,
article article nav section h1,
article article section article h1,
article article section aside h1,
article article section nav h1,
article article section section h1,
article aside article article h1,
article aside article aside h1,
article aside article nav h1,
article aside article section h1,
article aside aside article h1,
article aside aside aside h1,
article aside aside nav h1,
article aside aside section h1,
article aside nav article h1,
article aside nav aside h1,
article aside nav nav h1,
article aside nav section h1,
article aside section article h1,
article aside section aside h1,
article aside section nav h1,
article aside section section h1,
article nav article article h1,
article nav article aside h1,
article nav article nav h1,
article nav article section h1,
article nav aside article h1,
article nav aside aside h1,
article nav aside nav h1,
article nav aside section h1,
article nav nav article h1,
article nav nav aside h1,
article nav nav nav h1,
article nav nav section h1,
article nav section article h1,
article nav section aside h1,
article nav section nav h1,
article nav section section h1,
article section article article h1,
article section article aside h1,
article section article nav h1,
article section article section h1,
article section aside article h1,
article section aside aside h1,
article section aside nav h1,
article section aside section h1,
article section nav article h1,
article section nav aside h1,
article section nav nav h1,
article section nav section h1,
article section section article h1,
article section section aside h1,
article section section nav h1,
article section section section h1,
aside article article article h1,
aside article article aside h1,
aside article article nav h1,
aside article article section h1,
aside article aside article h1,
aside article aside aside h1,
aside article aside nav h1,
aside article aside section h1,
aside article nav article h1,
aside article nav aside h1,
aside article nav nav h1,
aside article nav section h1,
aside article section article h1,
aside article section aside h1,
aside article section nav h1,
aside article section section h1,
aside aside article article h1,
aside aside article aside h1,
aside aside article nav h1,
aside aside article section h1,
aside aside aside article h1,
aside aside aside aside h1,
aside aside aside nav h1,
aside aside aside section h1,
aside aside nav article h1,
aside aside nav aside h1,
aside aside nav nav h1,
aside aside nav section h1,
aside aside section article h1,
aside aside section aside h1,
aside aside section nav h1,
aside aside section section h1,
aside nav article article h1,
aside nav article aside h1,
aside nav article nav h1,
aside nav article section h1,
aside nav aside article h1,
aside nav aside aside h1,
aside nav aside nav h1,
aside nav aside section h1,
aside nav nav article h1,
aside nav nav aside h1,
aside nav nav nav h1,
aside nav nav section h1,
aside nav section article h1,
aside nav section aside h1,
aside nav section nav h1,
aside nav section section h1,
aside section article article h1,
aside section article aside h1,
aside section article nav h1,
aside section article section h1,
aside section aside article h1,
aside section aside aside h1,
aside section aside nav h1,
aside section aside section h1,
aside section nav article h1,
aside section nav aside h1,
aside section nav nav h1,
aside section nav section h1,
aside section section article h1,
aside section section aside h1,
aside section section nav h1,
aside section section section h1,
nav article article article h1,
nav article article aside h1,
nav article article nav h1,
nav article article section h1,
nav article aside article h1,
nav article aside aside h1,
nav article aside nav h1,
nav article aside section h1,
nav article nav article h1,
nav article nav aside h1,
nav article nav nav h1,
nav article nav section h1,
nav article section article h1,
nav article section aside h1,
nav article section nav h1,
nav article section section h1,
nav aside article article h1,
nav aside article aside h1,
nav aside article nav h1,
nav aside article section h1,
nav aside aside article h1,
nav aside aside aside h1,
nav aside aside nav h1,
nav aside aside section h1,
nav aside nav article h1,
nav aside nav aside h1,
nav aside nav nav h1,
nav aside nav section h1,
nav aside section article h1,
nav aside section aside h1,
nav aside section nav h1,
nav aside section section h1,
nav nav article article h1,
nav nav article aside h1,
nav nav article nav h1,
nav nav article section h1,
nav nav aside article h1,
nav nav aside aside h1,
nav nav aside nav h1,
nav nav aside section h1,
nav nav nav article h1,
nav nav nav aside h1,
nav nav nav nav h1,
nav nav nav section h1,
nav nav section article h1,
nav nav section aside h1,
nav nav section nav h1,
nav nav section section h1,
nav section article article h1,
nav section article aside h1,
nav section article nav h1,
nav section article section h1,
nav section aside article h1,
nav section aside aside h1,
nav section aside nav h1,
nav section aside section h1,
nav section nav article h1,
nav section nav aside h1,
nav section nav nav h1,
nav section nav section h1,
nav section section article h1,
nav section section aside h1,
nav section section nav h1,
nav section section section h1,
section article article article h1,
section article article aside h1,
section article article nav h1,
section article article section h1,
section article aside article h1,
section article aside aside h1,
section article aside nav h1,
section article aside section h1,
section article nav article h1,
section article nav aside h1,
section article nav nav h1,
section article nav section h1,
section article section article h1,
section article section aside h1,
section article section nav h1,
section article section section h1,
section aside article article h1,
section aside article aside h1,
section aside article nav h1,
section aside article section h1,
section aside aside article h1,
section aside aside aside h1,
section aside aside nav h1,
section aside aside section h1,
section aside nav article h1,
section aside nav aside h1,
section aside nav nav h1,
section aside nav section h1,
section aside section article h1,
section aside section aside h1,
section aside section nav h1,
section aside section section h1,
section nav article article h1,
section nav article aside h1,
section nav article nav h1,
section nav article section h1,
section nav aside article h1,
section nav aside aside h1,
section nav aside nav h1,
section nav aside section h1,
section nav nav article h1,
section nav nav aside h1,
section nav nav nav h1,
section nav nav section h1,
section nav section article h1,
section nav section aside h1,
section nav section nav h1,
section nav section section h1,
section section article article h1,
section section article aside h1,
section section article nav h1,
section section article section h1,
section section aside article h1,
section section aside aside h1,
section section aside nav h1,
section section aside section h1,
section section nav article h1,
section section nav aside h1,
section section nav nav h1,
section section nav section h1,
section section section article h1,
section section section aside h1,
section section section nav h1,
section section section section h1 {
	margin-top: 1.67em;
	margin-bottom: 1.67em;
	font-size: 0.83em;
}

article article article article article h1,
article article article article aside h1,
article article article article nav h1,
article article article article section h1,
article article article aside article h1,
article article article aside aside h1,
article article article aside nav h1,
article article article aside section h1,
article article article nav article h1,
article article article nav aside h1,
article article article nav nav h1,
article article article nav section h1,
article article article section article h1,
article article article section aside h1,
article article article section nav h1,
article article article section section h1,
article article aside article article h1,
article article aside article aside h1,
article article aside article nav h1,
article article aside article section h1,
article article aside aside article h1,
article article aside aside aside h1,
article article aside aside nav h1,
article article aside aside section h1,
article article aside nav article h1,
article article aside nav aside h1,
article article aside nav nav h1,
article article aside nav section h1,
article article aside section article h1,
article article aside section aside h1,
article article aside section nav h1,
article article aside section section h1,
article article nav article article h1,
article article nav article aside h1,
article article nav article nav h1,
article article nav article section h1,
article article nav aside article h1,
article article nav aside aside h1,
article article nav aside nav h1,
article article nav aside section h1,
article article nav nav article h1,
article article nav nav aside h1,
article article nav nav nav h1,
article article nav nav section h1,
article article nav section article h1,
article article nav section aside h1,
article article nav section nav h1,
article article nav section section h1,
article article section article article h1,
article article section article aside h1,
article article section article nav h1,
article article section article section h1,
article article section aside article h1,
article article section aside aside h1,
article article section aside nav h1,
article article section aside section h1,
article article section nav article h1,
article article section nav aside h1,
article article section nav nav h1,
article article section nav section h1,
article article section section article h1,
article article section section aside h1,
article article section section nav h1,
article article section section section h1,
article aside article article article h1,
article aside article article aside h1,
article aside article article nav h1,
article aside article article section h1,
article aside article aside article h1,
article aside article aside aside h1,
article aside article aside nav h1,
article aside article aside section h1,
article aside article nav article h1,
article aside article nav aside h1,
article aside article nav nav h1,
article aside article nav section h1,
article aside article section article h1,
article aside article section aside h1,
article aside article section nav h1,
article aside article section section h1,
article aside aside article article h1,
article aside aside article aside h1,
article aside aside article nav h1,
article aside aside article section h1,
article aside aside aside article h1,
article aside aside aside aside h1,
article aside aside aside nav h1,
article aside aside aside section h1,
article aside aside nav article h1,
article aside aside nav aside h1,
article aside aside nav nav h1,
article aside aside nav section h1,
article aside aside section article h1,
article aside aside section aside h1,
article aside aside section nav h1,
article aside aside section section h1,
article aside nav article article h1,
article aside nav article aside h1,
article aside nav article nav h1,
article aside nav article section h1,
article aside nav aside article h1,
article aside nav aside aside h1,
article aside nav aside nav h1,
article aside nav aside section h1,
article aside nav nav article h1,
article aside nav nav aside h1,
article aside nav nav nav h1,
article aside nav nav section h1,
article aside nav section article h1,
article aside nav section aside h1,
article aside nav section nav h1,
article aside nav section section h1,
article aside section article article h1,
article aside section article aside h1,
article aside section article nav h1,
article aside section article section h1,
article aside section aside article h1,
article aside section aside aside h1,
article aside section aside nav h1,
article aside section aside section h1,
article aside section nav article h1,
article aside section nav aside h1,
article aside section nav nav h1,
article aside section nav section h1,
article aside section section article h1,
article aside section section aside h1,
article aside section section nav h1,
article aside section section section h1,
article nav article article article h1,
article nav article article aside h1,
article nav article article nav h1,
article nav article article section h1,
article nav article aside article h1,
article nav article aside aside h1,
article nav article aside nav h1,
article nav article aside section h1,
article nav article nav article h1,
article nav article nav aside h1,
article nav article nav nav h1,
article nav article nav section h1,
article nav article section article h1,
article nav article section aside h1,
article nav article section nav h1,
article nav article section section h1,
article nav aside article article h1,
article nav aside article aside h1,
article nav aside article nav h1,
article nav aside article section h1,
article nav aside aside article h1,
article nav aside aside aside h1,
article nav aside aside nav h1,
article nav aside aside section h1,
article nav aside nav article h1,
article nav aside nav aside h1,
article nav aside nav nav h1,
article nav aside nav section h1,
article nav aside section article h1,
article nav aside section aside h1,
article nav aside section nav h1,
article nav aside section section h1,
article nav nav article article h1,
article nav nav article aside h1,
article nav nav article nav h1,
article nav nav article section h1,
article nav nav aside article h1,
article nav nav aside aside h1,
article nav nav aside nav h1,
article nav nav aside section h1,
article nav nav nav article h1,
article nav nav nav aside h1,
article nav nav nav nav h1,
article nav nav nav section h1,
article nav nav section article h1,
article nav nav section aside h1,
article nav nav section nav h1,
article nav nav section section h1,
article nav section article article h1,
article nav section article aside h1,
article nav section article nav h1,
article nav section article section h1,
article nav section aside article h1,
article nav section aside aside h1,
article nav section aside nav h1,
article nav section aside section h1,
article nav section nav article h1,
article nav section nav aside h1,
article nav section nav nav h1,
article nav section nav section h1,
article nav section section article h1,
article nav section section aside h1,
article nav section section nav h1,
article nav section section section h1,
article section article article article h1,
article section article article aside h1,
article section article article nav h1,
article section article article section h1,
article section article aside article h1,
article section article aside aside h1,
article section article aside nav h1,
article section article aside section h1,
article section article nav article h1,
article section article nav aside h1,
article section article nav nav h1,
article section article nav section h1,
article section article section article h1,
article section article section aside h1,
article section article section nav h1,
article section article section section h1,
article section aside article article h1,
article section aside article aside h1,
article section aside article nav h1,
article section aside article section h1,
article section aside aside article h1,
article section aside aside aside h1,
article section aside aside nav h1,
article section aside aside section h1,
article section aside nav article h1,
article section aside nav aside h1,
article section aside nav nav h1,
article section aside nav section h1,
article section aside section article h1,
article section aside section aside h1,
article section aside section nav h1,
article section aside section section h1,
article section nav article article h1,
article section nav article aside h1,
article section nav article nav h1,
article section nav article section h1,
article section nav aside article h1,
article section nav aside aside h1,
article section nav aside nav h1,
article section nav aside section h1,
article section nav nav article h1,
article section nav nav aside h1,
article section nav nav nav h1,
article section nav nav section h1,
article section nav section article h1,
article section nav section aside h1,
article section nav section nav h1,
article section nav section section h1,
article section section article article h1,
article section section article aside h1,
article section section article nav h1,
article section section article section h1,
article section section aside article h1,
article section section aside aside h1,
article section section aside nav h1,
article section section aside section h1,
article section section nav article h1,
article section section nav aside h1,
article section section nav nav h1,
article section section nav section h1,
article section section section article h1,
article section section section aside h1,
article section section section nav h1,
article section section section section h1,
aside article article article article h1,
aside article article article aside h1,
aside article article article nav h1,
aside article article article section h1,
aside article article aside article h1,
aside article article aside aside h1,
aside article article aside nav h1,
aside article article aside section h1,
aside article article nav article h1,
aside article article nav aside h1,
aside article article nav nav h1,
aside article article nav section h1,
aside article article section article h1,
aside article article section aside h1,
aside article article section nav h1,
aside article article section section h1,
aside article aside article article h1,
aside article aside article aside h1,
aside article aside article nav h1,
aside article aside article section h1,
aside article aside aside article h1,
aside article aside aside aside h1,
aside article aside aside nav h1,
aside article aside aside section h1,
aside article aside nav article h1,
aside article aside nav aside h1,
aside article aside nav nav h1,
aside article aside nav section h1,
aside article aside section article h1,
aside article aside section aside h1,
aside article aside section nav h1,
aside article aside section section h1,
aside article nav article article h1,
aside article nav article aside h1,
aside article nav article nav h1,
aside article nav article section h1,
aside article nav aside article h1,
aside article nav aside aside h1,
aside article nav aside nav h1,
aside article nav aside section h1,
aside article nav nav article h1,
aside article nav nav aside h1,
aside article nav nav nav h1,
aside article nav nav section h1,
aside article nav section article h1,
aside article nav section aside h1,
aside article nav section nav h1,
aside article nav section section h1,
aside article section article article h1,
aside article section article aside h1,
aside article section article nav h1,
aside article section article section h1,
aside article section aside article h1,
aside article section aside aside h1,
aside article section aside nav h1,
aside article section aside section h1,
aside article section nav article h1,
aside article section nav aside h1,
aside article section nav nav h1,
aside article section nav section h1,
aside article section section article h1,
aside article section section aside h1,
aside article section section nav h1,
aside article section section section h1,
aside aside article article article h1,
aside aside article article aside h1,
aside aside article article nav h1,
aside aside article article section h1,
aside aside article aside article h1,
aside aside article aside aside h1,
aside aside article aside nav h1,
aside aside article aside section h1,
aside aside article nav article h1,
aside aside article nav aside h1,
aside aside article nav nav h1,
aside aside article nav section h1,
aside aside article section article h1,
aside aside article section aside h1,
aside aside article section nav h1,
aside aside article section section h1,
aside aside aside article article h1,
aside aside aside article aside h1,
aside aside aside article nav h1,
aside aside aside article section h1,
aside aside aside aside article h1,
aside aside aside aside aside h1,
aside aside aside aside nav h1,
aside aside aside aside section h1,
aside aside aside nav article h1,
aside aside aside nav aside h1,
aside aside aside nav nav h1,
aside aside aside nav section h1,
aside aside aside section article h1,
aside aside aside section aside h1,
aside aside aside section nav h1,
aside aside aside section section h1,
aside aside nav article article h1,
aside aside nav article aside h1,
aside aside nav article nav h1,
aside aside nav article section h1,
aside aside nav aside article h1,
aside aside nav aside aside h1,
aside aside nav aside nav h1,
aside aside nav aside section h1,
aside aside nav nav article h1,
aside aside nav nav aside h1,
aside aside nav nav nav h1,
aside aside nav nav section h1,
aside aside nav section article h1,
aside aside nav section aside h1,
aside aside nav section nav h1,
aside aside nav section section h1,
aside aside section article article h1,
aside aside section article aside h1,
aside aside section article nav h1,
aside aside section article section h1,
aside aside section aside article h1,
aside aside section aside aside h1,
aside aside section aside nav h1,
aside aside section aside section h1,
aside aside section nav article h1,
aside aside section nav aside h1,
aside aside section nav nav h1,
aside aside section nav section h1,
aside aside section section article h1,
aside aside section section aside h1,
aside aside section section nav h1,
aside aside section section section h1,
aside nav article article article h1,
aside nav article article aside h1,
aside nav article article nav h1,
aside nav article article section h1,
aside nav article aside article h1,
aside nav article aside aside h1,
aside nav article aside nav h1,
aside nav article aside section h1,
aside nav article nav article h1,
aside nav article nav aside h1,
aside nav article nav nav h1,
aside nav article nav section h1,
aside nav article section article h1,
aside nav article section aside h1,
aside nav article section nav h1,
aside nav article section section h1,
aside nav aside article article h1,
aside nav aside article aside h1,
aside nav aside article nav h1,
aside nav aside article section h1,
aside nav aside aside article h1,
aside nav aside aside aside h1,
aside nav aside aside nav h1,
aside nav aside aside section h1,
aside nav aside nav article h1,
aside nav aside nav aside h1,
aside nav aside nav nav h1,
aside nav aside nav section h1,
aside nav aside section article h1,
aside nav aside section aside h1,
aside nav aside section nav h1,
aside nav aside section section h1,
aside nav nav article article h1,
aside nav nav article aside h1,
aside nav nav article nav h1,
aside nav nav article section h1,
aside nav nav aside article h1,
aside nav nav aside aside h1,
aside nav nav aside nav h1,
aside nav nav aside section h1,
aside nav nav nav article h1,
aside nav nav nav aside h1,
aside nav nav nav nav h1,
aside nav nav nav section h1,
aside nav nav section article h1,
aside nav nav section aside h1,
aside nav nav section nav h1,
aside nav nav section section h1,
aside nav section article article h1,
aside nav section article aside h1,
aside nav section article nav h1,
aside nav section article section h1,
aside nav section aside article h1,
aside nav section aside aside h1,
aside nav section aside nav h1,
aside nav section aside section h1,
aside nav section nav article h1,
aside nav section nav aside h1,
aside nav section nav nav h1,
aside nav section nav section h1,
aside nav section section article h1,
aside nav section section aside h1,
aside nav section section nav h1,
aside nav section section section h1,
aside section article article article h1,
aside section article article aside h1,
aside section article article nav h1,
aside section article article section h1,
aside section article aside article h1,
aside section article aside aside h1,
aside section article aside nav h1,
aside section article aside section h1,
aside section article nav article h1,
aside section article nav aside h1,
aside section article nav nav h1,
aside section article nav section h1,
aside section article section article h1,
aside section article section aside h1,
aside section article section nav h1,
aside section article section section h1,
aside section aside article article h1,
aside section aside article aside h1,
aside section aside article nav h1,
aside section aside article section h1,
aside section aside aside article h1,
aside section aside aside aside h1,
aside section aside aside nav h1,
aside section aside aside section h1,
aside section aside nav article h1,
aside section aside nav aside h1,
aside section aside nav nav h1,
aside section aside nav section h1,
aside section aside section article h1,
aside section aside section aside h1,
aside section aside section nav h1,
aside section aside section section h1,
aside section nav article article h1,
aside section nav article aside h1,
aside section nav article nav h1,
aside section nav article section h1,
aside section nav aside article h1,
aside section nav aside aside h1,
aside section nav aside nav h1,
aside section nav aside section h1,
aside section nav nav article h1,
aside section nav nav aside h1,
aside section nav nav nav h1,
aside section nav nav section h1,
aside section nav section article h1,
aside section nav section aside h1,
aside section nav section nav h1,
aside section nav section section h1,
aside section section article article h1,
aside section section article aside h1,
aside section section article nav h1,
aside section section article section h1,
aside section section aside article h1,
aside section section aside aside h1,
aside section section aside nav h1,
aside section section aside section h1,
aside section section nav article h1,
aside section section nav aside h1,
aside section section nav nav h1,
aside section section nav section h1,
aside section section section article h1,
aside section section section aside h1,
aside section section section nav h1,
aside section section section section h1,
nav article article article article h1,
nav article article article aside h1,
nav article article article nav h1,
nav article article article section h1,
nav article article aside article h1,
nav article article aside aside h1,
nav article article aside nav h1,
nav article article aside section h1,
nav article article nav article h1,
nav article article nav aside h1,
nav article article nav nav h1,
nav article article nav section h1,
nav article article section article h1,
nav article article section aside h1,
nav article article section nav h1,
nav article article section section h1,
nav article aside article article h1,
nav article aside article aside h1,
nav article aside article nav h1,
nav article aside article section h1,
nav article aside aside article h1,
nav article aside aside aside h1,
nav article aside aside nav h1,
nav article aside aside section h1,
nav article aside nav article h1,
nav article aside nav aside h1,
nav article aside nav nav h1,
nav article aside nav section h1,
nav article aside section article h1,
nav article aside section aside h1,
nav article aside section nav h1,
nav article aside section section h1,
nav article nav article article h1,
nav article nav article aside h1,
nav article nav article nav h1,
nav article nav article section h1,
nav article nav aside article h1,
nav article nav aside aside h1,
nav article nav aside nav h1,
nav article nav aside section h1,
nav article nav nav article h1,
nav article nav nav aside h1,
nav article nav nav nav h1,
nav article nav nav section h1,
nav article nav section article h1,
nav article nav section aside h1,
nav article nav section nav h1,
nav article nav section section h1,
nav article section article article h1,
nav article section article aside h1,
nav article section article nav h1,
nav article section article section h1,
nav article section aside article h1,
nav article section aside aside h1,
nav article section aside nav h1,
nav article section aside section h1,
nav article section nav article h1,
nav article section nav aside h1,
nav article section nav nav h1,
nav article section nav section h1,
nav article section section article h1,
nav article section section aside h1,
nav article section section nav h1,
nav article section section section h1,
nav aside article article article h1,
nav aside article article aside h1,
nav aside article article nav h1,
nav aside article article section h1,
nav aside article aside article h1,
nav aside article aside aside h1,
nav aside article aside nav h1,
nav aside article aside section h1,
nav aside article nav article h1,
nav aside article nav aside h1,
nav aside article nav nav h1,
nav aside article nav section h1,
nav aside article section article h1,
nav aside article section aside h1,
nav aside article section nav h1,
nav aside article section section h1,
nav aside aside article article h1,
nav aside aside article aside h1,
nav aside aside article nav h1,
nav aside aside article section h1,
nav aside aside aside article h1,
nav aside aside aside aside h1,
nav aside aside aside nav h1,
nav aside aside aside section h1,
nav aside aside nav article h1,
nav aside aside nav aside h1,
nav aside aside nav nav h1,
nav aside aside nav section h1,
nav aside aside section article h1,
nav aside aside section aside h1,
nav aside aside section nav h1,
nav aside aside section section h1,
nav aside nav article article h1,
nav aside nav article aside h1,
nav aside nav article nav h1,
nav aside nav article section h1,
nav aside nav aside article h1,
nav aside nav aside aside h1,
nav aside nav aside nav h1,
nav aside nav aside section h1,
nav aside nav nav article h1,
nav aside nav nav aside h1,
nav aside nav nav nav h1,
nav aside nav nav section h1,
nav aside nav section article h1,
nav aside nav section aside h1,
nav aside nav section nav h1,
nav aside nav section section h1,
nav aside section article article h1,
nav aside section article aside h1,
nav aside section article nav h1,
nav aside section article section h1,
nav aside section aside article h1,
nav aside section aside aside h1,
nav aside section aside nav h1,
nav aside section aside section h1,
nav aside section nav article h1,
nav aside section nav aside h1,
nav aside section nav nav h1,
nav aside section nav section h1,
nav aside section section article h1,
nav aside section section aside h1,
nav aside section section nav h1,
nav aside section section section h1,
nav nav article article article h1,
nav nav article article aside h1,
nav nav article article nav h1,
nav nav article article section h1,
nav nav article aside article h1,
nav nav article aside aside h1,
nav nav article aside nav h1,
nav nav article aside section h1,
nav nav article nav article h1,
nav nav article nav aside h1,
nav nav article nav nav h1,
nav nav article nav section h1,
nav nav article section article h1,
nav nav article section aside h1,
nav nav article section nav h1,
nav nav article section section h1,
nav nav aside article article h1,
nav nav aside article aside h1,
nav nav aside article nav h1,
nav nav aside article section h1,
nav nav aside aside article h1,
nav nav aside aside aside h1,
nav nav aside aside nav h1,
nav nav aside aside section h1,
nav nav aside nav article h1,
nav nav aside nav aside h1,
nav nav aside nav nav h1,
nav nav aside nav section h1,
nav nav aside section article h1,
nav nav aside section aside h1,
nav nav aside section nav h1,
nav nav aside section section h1,
nav nav nav article article h1,
nav nav nav article aside h1,
nav nav nav article nav h1,
nav nav nav article section h1,
nav nav nav aside article h1,
nav nav nav aside aside h1,
nav nav nav aside nav h1,
nav nav nav aside section h1,
nav nav nav nav article h1,
nav nav nav nav aside h1,
nav nav nav nav nav h1,
nav nav nav nav section h1,
nav nav nav section article h1,
nav nav nav section aside h1,
nav nav nav section nav h1,
nav nav nav section section h1,
nav nav section article article h1,
nav nav section article aside h1,
nav nav section article nav h1,
nav nav section article section h1,
nav nav section aside article h1,
nav nav section aside aside h1,
nav nav section aside nav h1,
nav nav section aside section h1,
nav nav section nav article h1,
nav nav section nav aside h1,
nav nav section nav nav h1,
nav nav section nav section h1,
nav nav section section article h1,
nav nav section section aside h1,
nav nav section section nav h1,
nav nav section section section h1,
nav section article article article h1,
nav section article article aside h1,
nav section article article nav h1,
nav section article article section h1,
nav section article aside article h1,
nav section article aside aside h1,
nav section article aside nav h1,
nav section article aside section h1,
nav section article nav article h1,
nav section article nav aside h1,
nav section article nav nav h1,
nav section article nav section h1,
nav section article section article h1,
nav section article section aside h1,
nav section article section nav h1,
nav section article section section h1,
nav section aside article article h1,
nav section aside article aside h1,
nav section aside article nav h1,
nav section aside article section h1,
nav section aside aside article h1,
nav section aside aside aside h1,
nav section aside aside nav h1,
nav section aside aside section h1,
nav section aside nav article h1,
nav section aside nav aside h1,
nav section aside nav nav h1,
nav section aside nav section h1,
nav section aside section article h1,
nav section aside section aside h1,
nav section aside section nav h1,
nav section aside section section h1,
nav section nav article article h1,
nav section nav article aside h1,
nav section nav article nav h1,
nav section nav article section h1,
nav section nav aside article h1,
nav section nav aside aside h1,
nav section nav aside nav h1,
nav section nav aside section h1,
nav section nav nav article h1,
nav section nav nav aside h1,
nav section nav nav nav h1,
nav section nav nav section h1,
nav section nav section article h1,
nav section nav section aside h1,
nav section nav section nav h1,
nav section nav section section h1,
nav section section article article h1,
nav section section article aside h1,
nav section section article nav h1,
nav section section article section h1,
nav section section aside article h1,
nav section section aside aside h1,
nav section section aside nav h1,
nav section section aside section h1,
nav section section nav article h1,
nav section section nav aside h1,
nav section section nav nav h1,
nav section section nav section h1,
nav section section section article h1,
nav section section section aside h1,
nav section section section nav h1,
nav section section section section h1,
section article article article article h1,
section article article article aside h1,
section article article article nav h1,
section article article article section h1,
section article article aside article h1,
section article article aside aside h1,
section article article aside nav h1,
section article article aside section h1,
section article article nav article h1,
section article article nav aside h1,
section article article nav nav h1,
section article article nav section h1,
section article article section article h1,
section article article section aside h1,
section article article section nav h1,
section article article section section h1,
section article aside article article h1,
section article aside article aside h1,
section article aside article nav h1,
section article aside article section h1,
section article aside aside article h1,
section article aside aside aside h1,
section article aside aside nav h1,
section article aside aside section h1,
section article aside nav article h1,
section article aside nav aside h1,
section article aside nav nav h1,
section article aside nav section h1,
section article aside section article h1,
section article aside section aside h1,
section article aside section nav h1,
section article aside section section h1,
section article nav article article h1,
section article nav article aside h1,
section article nav article nav h1,
section article nav article section h1,
section article nav aside article h1,
section article nav aside aside h1,
section article nav aside nav h1,
section article nav aside section h1,
section article nav nav article h1,
section article nav nav aside h1,
section article nav nav nav h1,
section article nav nav section h1,
section article nav section article h1,
section article nav section aside h1,
section article nav section nav h1,
section article nav section section h1,
section article section article article h1,
section article section article aside h1,
section article section article nav h1,
section article section article section h1,
section article section aside article h1,
section article section aside aside h1,
section article section aside nav h1,
section article section aside section h1,
section article section nav article h1,
section article section nav aside h1,
section article section nav nav h1,
section article section nav section h1,
section article section section article h1,
section article section section aside h1,
section article section section nav h1,
section article section section section h1,
section aside article article article h1,
section aside article article aside h1,
section aside article article nav h1,
section aside article article section h1,
section aside article aside article h1,
section aside article aside aside h1,
section aside article aside nav h1,
section aside article aside section h1,
section aside article nav article h1,
section aside article nav aside h1,
section aside article nav nav h1,
section aside article nav section h1,
section aside article section article h1,
section aside article section aside h1,
section aside article section nav h1,
section aside article section section h1,
section aside aside article article h1,
section aside aside article aside h1,
section aside aside article nav h1,
section aside aside article section h1,
section aside aside aside article h1,
section aside aside aside aside h1,
section aside aside aside nav h1,
section aside aside aside section h1,
section aside aside nav article h1,
section aside aside nav aside h1,
section aside aside nav nav h1,
section aside aside nav section h1,
section aside aside section article h1,
section aside aside section aside h1,
section aside aside section nav h1,
section aside aside section section h1,
section aside nav article article h1,
section aside nav article aside h1,
section aside nav article nav h1,
section aside nav article section h1,
section aside nav aside article h1,
section aside nav aside aside h1,
section aside nav aside nav h1,
section aside nav aside section h1,
section aside nav nav article h1,
section aside nav nav aside h1,
section aside nav nav nav h1,
section aside nav nav section h1,
section aside nav section article h1,
section aside nav section aside h1,
section aside nav section nav h1,
section aside nav section section h1,
section aside section article article h1,
section aside section article aside h1,
section aside section article nav h1,
section aside section article section h1,
section aside section aside article h1,
section aside section aside aside h1,
section aside section aside nav h1,
section aside section aside section h1,
section aside section nav article h1,
section aside section nav aside h1,
section aside section nav nav h1,
section aside section nav section h1,
section aside section section article h1,
section aside section section aside h1,
section aside section section nav h1,
section aside section section section h1,
section nav article article article h1,
section nav article article aside h1,
section nav article article nav h1,
section nav article article section h1,
section nav article aside article h1,
section nav article aside aside h1,
section nav article aside nav h1,
section nav article aside section h1,
section nav article nav article h1,
section nav article nav aside h1,
section nav article nav nav h1,
section nav article nav section h1,
section nav article section article h1,
section nav article section aside h1,
section nav article section nav h1,
section nav article section section h1,
section nav aside article article h1,
section nav aside article aside h1,
section nav aside article nav h1,
section nav aside article section h1,
section nav aside aside article h1,
section nav aside aside aside h1,
section nav aside aside nav h1,
section nav aside aside section h1,
section nav aside nav article h1,
section nav aside nav aside h1,
section nav aside nav nav h1,
section nav aside nav section h1,
section nav aside section article h1,
section nav aside section aside h1,
section nav aside section nav h1,
section nav aside section section h1,
section nav nav article article h1,
section nav nav article aside h1,
section nav nav article nav h1,
section nav nav article section h1,
section nav nav aside article h1,
section nav nav aside aside h1,
section nav nav aside nav h1,
section nav nav aside section h1,
section nav nav nav article h1,
section nav nav nav aside h1,
section nav nav nav nav h1,
section nav nav nav section h1,
section nav nav section article h1,
section nav nav section aside h1,
section nav nav section nav h1,
section nav nav section section h1,
section nav section article article h1,
section nav section article aside h1,
section nav section article nav h1,
section nav section article section h1,
section nav section aside article h1,
section nav section aside aside h1,
section nav section aside nav h1,
section nav section aside section h1,
section nav section nav article h1,
section nav section nav aside h1,
section nav section nav nav h1,
section nav section nav section h1,
section nav section section article h1,
section nav section section aside h1,
section nav section section nav h1,
section nav section section section h1,
section section article article article h1,
section section article article aside h1,
section section article article nav h1,
section section article article section h1,
section section article aside article h1,
section section article aside aside h1,
section section article aside nav h1,
section section article aside section h1,
section section article nav article h1,
section section article nav aside h1,
section section article nav nav h1,
section section article nav section h1,
section section article section article h1,
section section article section aside h1,
section section article section nav h1,
section section article section section h1,
section section aside article article h1,
section section aside article aside h1,
section section aside article nav h1,
section section aside article section h1,
section section aside aside article h1,
section section aside aside aside h1,
section section aside aside nav h1,
section section aside aside section h1,
section section aside nav article h1,
section section aside nav aside h1,
section section aside nav nav h1,
section section aside nav section h1,
section section aside section article h1,
section section aside section aside h1,
section section aside section nav h1,
section section aside section section h1,
section section nav article article h1,
section section nav article aside h1,
section section nav article nav h1,
section section nav article section h1,
section section nav aside article h1,
section section nav aside aside h1,
section section nav aside nav h1,
section section nav aside section h1,
section section nav nav article h1,
section section nav nav aside h1,
section section nav nav nav h1,
section section nav nav section h1,
section section nav section article h1,
section section nav section aside h1,
section section nav section nav h1,
section section nav section section h1,
section section section article article h1,
section section section article aside h1,
section section section article nav h1,
section section section article section h1,
section section section aside article h1,
section section section aside aside h1,
section section section aside nav h1,
section section section aside section h1,
section section section nav article h1,
section section section nav aside h1,
section section section nav nav h1,
section section section nav section h1,
section section section section article h1,
section section section section aside h1,
section section section section nav h1,
section section section section section h1 {
	margin-top: 2.33em;
	margin-bottom: 2.33em;
	font-size: 0.67em;
}

article hgroup > h1 ~ h2,
aside hgroup > h1 ~ h2,
nav hgroup > h1 ~ h2,
section hgroup > h1 ~ h2 {
	margin-top: 1.00em;
	margin-bottom: 1.00em;
	font-size: 1.17em;
}

article article hgroup > h1 ~ h2,
article aside hgroup > h1 ~ h2,
article nav hgroup > h1 ~ h2,
article section hgroup > h1 ~ h2,
aside article hgroup > h1 ~ h2,
aside aside hgroup > h1 ~ h2,
aside nav hgroup > h1 ~ h2,
aside section hgroup > h1 ~ h2,
nav article hgroup > h1 ~ h2,
nav aside hgroup > h1 ~ h2,
nav nav hgroup > h1 ~ h2,
nav section hgroup > h1 ~ h2,
section article hgroup > h1 ~ h2,
section aside hgroup > h1 ~ h2,
section nav hgroup > h1 ~ h2,
section section hgroup > h1 ~ h2 {
	margin-top: 1.33em;
	margin-bottom: 1.33em;
	font-size: 1.00em;
}

article article article hgroup > h1 ~ h2,
article article aside hgroup > h1 ~ h2,
article article nav hgroup > h1 ~ h2,
article article section hgroup > h1 ~ h2,
article aside article hgroup > h1 ~ h2,
article aside aside hgroup > h1 ~ h2,
article aside nav hgroup > h1 ~ h2,
article aside section hgroup > h1 ~ h2,
article nav article hgroup > h1 ~ h2,
article nav aside hgroup > h1 ~ h2,
article nav nav hgroup > h1 ~ h2,
article nav section hgroup > h1 ~ h2,
article section article hgroup > h1 ~ h2,
article section aside hgroup > h1 ~ h2,
article section nav hgroup > h1 ~ h2,
article section section hgroup > h1 ~ h2,
aside article article hgroup > h1 ~ h2,
aside article aside hgroup > h1 ~ h2,
aside article nav hgroup > h1 ~ h2,
aside article section hgroup > h1 ~ h2,
aside aside article hgroup > h1 ~ h2,
aside aside aside hgroup > h1 ~ h2,
aside aside nav hgroup > h1 ~ h2,
aside aside section hgroup > h1 ~ h2,
aside nav article hgroup > h1 ~ h2,
aside nav aside hgroup > h1 ~ h2,
aside nav nav hgroup > h1 ~ h2,
aside nav section hgroup > h1 ~ h2,
aside section article hgroup > h1 ~ h2,
aside section aside hgroup > h1 ~ h2,
aside section nav hgroup > h1 ~ h2,
aside section section hgroup > h1 ~ h2,
nav article article hgroup > h1 ~ h2,
nav article aside hgroup > h1 ~ h2,
nav article nav hgroup > h1 ~ h2,
nav article section hgroup > h1 ~ h2,
nav aside article hgroup > h1 ~ h2,
nav aside aside hgroup > h1 ~ h2,
nav aside nav hgroup > h1 ~ h2,
nav aside section hgroup > h1 ~ h2,
nav nav article hgroup > h1 ~ h2,
nav nav aside hgroup > h1 ~ h2,
nav nav nav hgroup > h1 ~ h2,
nav nav section hgroup > h1 ~ h2,
nav section article hgroup > h1 ~ h2,
nav section aside hgroup > h1 ~ h2,
nav section nav hgroup > h1 ~ h2,
nav section section hgroup > h1 ~ h2,
section article article hgroup > h1 ~ h2,
section article aside hgroup > h1 ~ h2,
section article nav hgroup > h1 ~ h2,
section article section hgroup > h1 ~ h2,
section aside article hgroup > h1 ~ h2,
section aside aside hgroup > h1 ~ h2,
section aside nav hgroup > h1 ~ h2,
section aside section hgroup > h1 ~ h2,
section nav article hgroup > h1 ~ h2,
section nav aside hgroup > h1 ~ h2,
section nav nav hgroup > h1 ~ h2,
section nav section hgroup > h1 ~ h2,
section section article hgroup > h1 ~ h2,
section section aside hgroup > h1 ~ h2,
section section nav hgroup > h1 ~ h2,
section section section hgroup > h1 ~ h2 {
	margin-top: 1.67em;
	margin-bottom: 1.67em;
	font-size: 0.83em;
}

article article article article hgroup > h1 ~ h2,
article article article aside hgroup > h1 ~ h2,
article article article nav hgroup > h1 ~ h2,
article article article section hgroup > h1 ~ h2,
article article aside article hgroup > h1 ~ h2,
article article aside aside hgroup > h1 ~ h2,
article article aside nav hgroup > h1 ~ h2,
article article aside section hgroup > h1 ~ h2,
article article nav article hgroup > h1 ~ h2,
article article nav aside hgroup > h1 ~ h2,
article article nav nav hgroup > h1 ~ h2,
article article nav section hgroup > h1 ~ h2,
article article section article hgroup > h1 ~ h2,
article article section aside hgroup > h1 ~ h2,
article article section nav hgroup > h1 ~ h2,
article article section section hgroup > h1 ~ h2,
article aside article article hgroup > h1 ~ h2,
article aside article aside hgroup > h1 ~ h2,
article aside article nav hgroup > h1 ~ h2,
article aside article section hgroup > h1 ~ h2,
article aside aside article hgroup > h1 ~ h2,
article aside aside aside hgroup > h1 ~ h2,
article aside aside nav hgroup > h1 ~ h2,
article aside aside section hgroup > h1 ~ h2,
article aside nav article hgroup > h1 ~ h2,
article aside nav aside hgroup > h1 ~ h2,
article aside nav nav hgroup > h1 ~ h2,
article aside nav section hgroup > h1 ~ h2,
article aside section article hgroup > h1 ~ h2,
article aside section aside hgroup > h1 ~ h2,
article aside section nav hgroup > h1 ~ h2,
article aside section section hgroup > h1 ~ h2,
article nav article article hgroup > h1 ~ h2,
article nav article aside hgroup > h1 ~ h2,
article nav article nav hgroup > h1 ~ h2,
article nav article section hgroup > h1 ~ h2,
article nav aside article hgroup > h1 ~ h2,
article nav aside aside hgroup > h1 ~ h2,
article nav aside nav hgroup > h1 ~ h2,
article nav aside section hgroup > h1 ~ h2,
article nav nav article hgroup > h1 ~ h2,
article nav nav aside hgroup > h1 ~ h2,
article nav nav nav hgroup > h1 ~ h2,
article nav nav section hgroup > h1 ~ h2,
article nav section article hgroup > h1 ~ h2,
article nav section aside hgroup > h1 ~ h2,
article nav section nav hgroup > h1 ~ h2,
article nav section section hgroup > h1 ~ h2,
article section article article hgroup > h1 ~ h2,
article section article aside hgroup > h1 ~ h2,
article section article nav hgroup > h1 ~ h2,
article section article section hgroup > h1 ~ h2,
article section aside article hgroup > h1 ~ h2,
article section aside aside hgroup > h1 ~ h2,
article section aside nav hgroup > h1 ~ h2,
article section aside section hgroup > h1 ~ h2,
article section nav article hgroup > h1 ~ h2,
article section nav aside hgroup > h1 ~ h2,
article section nav nav hgroup > h1 ~ h2,
article section nav section hgroup > h1 ~ h2,
article section section article hgroup > h1 ~ h2,
article section section aside hgroup > h1 ~ h2,
article section section nav hgroup > h1 ~ h2,
article section section section hgroup > h1 ~ h2,
aside article article article hgroup > h1 ~ h2,
aside article article aside hgroup > h1 ~ h2,
aside article article nav hgroup > h1 ~ h2,
aside article article section hgroup > h1 ~ h2,
aside article aside article hgroup > h1 ~ h2,
aside article aside aside hgroup > h1 ~ h2,
aside article aside nav hgroup > h1 ~ h2,
aside article aside section hgroup > h1 ~ h2,
aside article nav article hgroup > h1 ~ h2,
aside article nav aside hgroup > h1 ~ h2,
aside article nav nav hgroup > h1 ~ h2,
aside article nav section hgroup > h1 ~ h2,
aside article section article hgroup > h1 ~ h2,
aside article section aside hgroup > h1 ~ h2,
aside article section nav hgroup > h1 ~ h2,
aside article section section hgroup > h1 ~ h2,
aside aside article article hgroup > h1 ~ h2,
aside aside article aside hgroup > h1 ~ h2,
aside aside article nav hgroup > h1 ~ h2,
aside aside article section hgroup > h1 ~ h2,
aside aside aside article hgroup > h1 ~ h2,
aside aside aside aside hgroup > h1 ~ h2,
aside aside aside nav hgroup > h1 ~ h2,
aside aside aside section hgroup > h1 ~ h2,
aside aside nav article hgroup > h1 ~ h2,
aside aside nav aside hgroup > h1 ~ h2,
aside aside nav nav hgroup > h1 ~ h2,
aside aside nav section hgroup > h1 ~ h2,
aside aside section article hgroup > h1 ~ h2,
aside aside section aside hgroup > h1 ~ h2,
aside aside section nav hgroup > h1 ~ h2,
aside aside section section hgroup > h1 ~ h2,
aside nav article article hgroup > h1 ~ h2,
aside nav article aside hgroup > h1 ~ h2,
aside nav article nav hgroup > h1 ~ h2,
aside nav article section hgroup > h1 ~ h2,
aside nav aside article hgroup > h1 ~ h2,
aside nav aside aside hgroup > h1 ~ h2,
aside nav aside nav hgroup > h1 ~ h2,
aside nav aside section hgroup > h1 ~ h2,
aside nav nav article hgroup > h1 ~ h2,
aside nav nav aside hgroup > h1 ~ h2,
aside nav nav nav hgroup > h1 ~ h2,
aside nav nav section hgroup > h1 ~ h2,
aside nav section article hgroup > h1 ~ h2,
aside nav section aside hgroup > h1 ~ h2,
aside nav section nav hgroup > h1 ~ h2,
aside nav section section hgroup > h1 ~ h2,
aside section article article hgroup > h1 ~ h2,
aside section article aside hgroup > h1 ~ h2,
aside section article nav hgroup > h1 ~ h2,
aside section article section hgroup > h1 ~ h2,
aside section aside article hgroup > h1 ~ h2,
aside section aside aside hgroup > h1 ~ h2,
aside section aside nav hgroup > h1 ~ h2,
aside section aside section hgroup > h1 ~ h2,
aside section nav article hgroup > h1 ~ h2,
aside section nav aside hgroup > h1 ~ h2,
aside section nav nav hgroup > h1 ~ h2,
aside section nav section hgroup > h1 ~ h2,
aside section section article hgroup > h1 ~ h2,
aside section section aside hgroup > h1 ~ h2,
aside section section nav hgroup > h1 ~ h2,
aside section section section hgroup > h1 ~ h2,
nav article article article hgroup > h1 ~ h2,
nav article article aside hgroup > h1 ~ h2,
nav article article nav hgroup > h1 ~ h2,
nav article article section hgroup > h1 ~ h2,
nav article aside article hgroup > h1 ~ h2,
nav article aside aside hgroup > h1 ~ h2,
nav article aside nav hgroup > h1 ~ h2,
nav article aside section hgroup > h1 ~ h2,
nav article nav article hgroup > h1 ~ h2,
nav article nav aside hgroup > h1 ~ h2,
nav article nav nav hgroup > h1 ~ h2,
nav article nav section hgroup > h1 ~ h2,
nav article section article hgroup > h1 ~ h2,
nav article section aside hgroup > h1 ~ h2,
nav article section nav hgroup > h1 ~ h2,
nav article section section hgroup > h1 ~ h2,
nav aside article article hgroup > h1 ~ h2,
nav aside article aside hgroup > h1 ~ h2,
nav aside article nav hgroup > h1 ~ h2,
nav aside article section hgroup > h1 ~ h2,
nav aside aside article hgroup > h1 ~ h2,
nav aside aside aside hgroup > h1 ~ h2,
nav aside aside nav hgroup > h1 ~ h2,
nav aside aside section hgroup > h1 ~ h2,
nav aside nav article hgroup > h1 ~ h2,
nav aside nav aside hgroup > h1 ~ h2,
nav aside nav nav hgroup > h1 ~ h2,
nav aside nav section hgroup > h1 ~ h2,
nav aside section article hgroup > h1 ~ h2,
nav aside section aside hgroup > h1 ~ h2,
nav aside section nav hgroup > h1 ~ h2,
nav aside section section hgroup > h1 ~ h2,
nav nav article article hgroup > h1 ~ h2,
nav nav article aside hgroup > h1 ~ h2,
nav nav article nav hgroup > h1 ~ h2,
nav nav article section hgroup > h1 ~ h2,
nav nav aside article hgroup > h1 ~ h2,
nav nav aside aside hgroup > h1 ~ h2,
nav nav aside nav hgroup > h1 ~ h2,
nav nav aside section hgroup > h1 ~ h2,
nav nav nav article hgroup > h1 ~ h2,
nav nav nav aside hgroup > h1 ~ h2,
nav nav nav nav hgroup > h1 ~ h2,
nav nav nav section hgroup > h1 ~ h2,
nav nav section article hgroup > h1 ~ h2,
nav nav section aside hgroup > h1 ~ h2,
nav nav section nav hgroup > h1 ~ h2,
nav nav section section hgroup > h1 ~ h2,
nav section article article hgroup > h1 ~ h2,
nav section article aside hgroup > h1 ~ h2,
nav section article nav hgroup > h1 ~ h2,
nav section article section hgroup > h1 ~ h2,
nav section aside article hgroup > h1 ~ h2,
nav section aside aside hgroup > h1 ~ h2,
nav section aside nav hgroup > h1 ~ h2,
nav section aside section hgroup > h1 ~ h2,
nav section nav article hgroup > h1 ~ h2,
nav section nav aside hgroup > h1 ~ h2,
nav section nav nav hgroup > h1 ~ h2,
nav section nav section hgroup > h1 ~ h2,
nav section section article hgroup > h1 ~ h2,
nav section section aside hgroup > h1 ~ h2,
nav section section nav hgroup > h1 ~ h2,
nav section section section hgroup > h1 ~ h2,
section article article article hgroup > h1 ~ h2,
section article article aside hgroup > h1 ~ h2,
section article article nav hgroup > h1 ~ h2,
section article article section hgroup > h1 ~ h2,
section article aside article hgroup > h1 ~ h2,
section article aside aside hgroup > h1 ~ h2,
section article aside nav hgroup > h1 ~ h2,
section article aside section hgroup > h1 ~ h2,
section article nav article hgroup > h1 ~ h2,
section article nav aside hgroup > h1 ~ h2,
section article nav nav hgroup > h1 ~ h2,
section article nav section hgroup > h1 ~ h2,
section article section article hgroup > h1 ~ h2,
section article section aside hgroup > h1 ~ h2,
section article section nav hgroup > h1 ~ h2,
section article section section hgroup > h1 ~ h2,
section aside article article hgroup > h1 ~ h2,
section aside article aside hgroup > h1 ~ h2,
section aside article nav hgroup > h1 ~ h2,
section aside article section hgroup > h1 ~ h2,
section aside aside article hgroup > h1 ~ h2,
section aside aside aside hgroup > h1 ~ h2,
section aside aside nav hgroup > h1 ~ h2,
section aside aside section hgroup > h1 ~ h2,
section aside nav article hgroup > h1 ~ h2,
section aside nav aside hgroup > h1 ~ h2,
section aside nav nav hgroup > h1 ~ h2,
section aside nav section hgroup > h1 ~ h2,
section aside section article hgroup > h1 ~ h2,
section aside section aside hgroup > h1 ~ h2,
section aside section nav hgroup > h1 ~ h2,
section aside section section hgroup > h1 ~ h2,
section nav article article hgroup > h1 ~ h2,
section nav article aside hgroup > h1 ~ h2,
section nav article nav hgroup > h1 ~ h2,
section nav article section hgroup > h1 ~ h2,
section nav aside article hgroup > h1 ~ h2,
section nav aside aside hgroup > h1 ~ h2,
section nav aside nav hgroup > h1 ~ h2,
section nav aside section hgroup > h1 ~ h2,
section nav nav article hgroup > h1 ~ h2,
section nav nav aside hgroup > h1 ~ h2,
section nav nav nav hgroup > h1 ~ h2,
section nav nav section hgroup > h1 ~ h2,
section nav section article hgroup > h1 ~ h2,
section nav section aside hgroup > h1 ~ h2,
section nav section nav hgroup > h1 ~ h2,
section nav section section hgroup > h1 ~ h2,
section section article article hgroup > h1 ~ h2,
section section article aside hgroup > h1 ~ h2,
section section article nav hgroup > h1 ~ h2,
section section article section hgroup > h1 ~ h2,
section section aside article hgroup > h1 ~ h2,
section section aside aside hgroup > h1 ~ h2,
section section aside nav hgroup > h1 ~ h2,
section section aside section hgroup > h1 ~ h2,
section section nav article hgroup > h1 ~ h2,
section section nav aside hgroup > h1 ~ h2,
section section nav nav hgroup > h1 ~ h2,
section section nav section hgroup > h1 ~ h2,
section section section article hgroup > h1 ~ h2,
section section section aside hgroup > h1 ~ h2,
section section section nav hgroup > h1 ~ h2,
section section section section hgroup > h1 ~ h2 {
	margin-top: 2.33em;
	margin-bottom: 2.33em;
	font-size: 0.67em;
}

article hgroup > h1 ~ h3,
aside hgroup > h1 ~ h3,
nav hgroup > h1 ~ h3,
section hgroup > h1 ~ h3 {
	margin-top: 1.33em;
	margin-bottom: 1.33em;
	font-size: 1.00em;
}

article article hgroup > h1 ~ h3,
article aside hgroup > h1 ~ h3,
article nav hgroup > h1 ~ h3,
article section hgroup > h1 ~ h3,
aside article hgroup > h1 ~ h3,
aside aside hgroup > h1 ~ h3,
aside nav hgroup > h1 ~ h3,
aside section hgroup > h1 ~ h3,
nav article hgroup > h1 ~ h3,
nav aside hgroup > h1 ~ h3,
nav nav hgroup > h1 ~ h3,
nav section hgroup > h1 ~ h3,
section article hgroup > h1 ~ h3,
section aside hgroup > h1 ~ h3,
section nav hgroup > h1 ~ h3,
section section hgroup > h1 ~ h3 {
	margin-top: 1.67em;
	margin-bottom: 1.67em;
	font-size: 0.83em;
}

article article article hgroup > h1 ~ h3,
article article aside hgroup > h1 ~ h3,
article article nav hgroup > h1 ~ h3,
article article section hgroup > h1 ~ h3,
article aside article hgroup > h1 ~ h3,
article aside aside hgroup > h1 ~ h3,
article aside nav hgroup > h1 ~ h3,
article aside section hgroup > h1 ~ h3,
article nav article hgroup > h1 ~ h3,
article nav aside hgroup > h1 ~ h3,
article nav nav hgroup > h1 ~ h3,
article nav section hgroup > h1 ~ h3,
article section article hgroup > h1 ~ h3,
article section aside hgroup > h1 ~ h3,
article section nav hgroup > h1 ~ h3,
article section section hgroup > h1 ~ h3,
aside article article hgroup > h1 ~ h3,
aside article aside hgroup > h1 ~ h3,
aside article nav hgroup > h1 ~ h3,
aside article section hgroup > h1 ~ h3,
aside aside article hgroup > h1 ~ h3,
aside aside aside hgroup > h1 ~ h3,
aside aside nav hgroup > h1 ~ h3,
aside aside section hgroup > h1 ~ h3,
aside nav article hgroup > h1 ~ h3,
aside nav aside hgroup > h1 ~ h3,
aside nav nav hgroup > h1 ~ h3,
aside nav section hgroup > h1 ~ h3,
aside section article hgroup > h1 ~ h3,
aside section aside hgroup > h1 ~ h3,
aside section nav hgroup > h1 ~ h3,
aside section section hgroup > h1 ~ h3,
nav article article hgroup > h1 ~ h3,
nav article aside hgroup > h1 ~ h3,
nav article nav hgroup > h1 ~ h3,
nav article section hgroup > h1 ~ h3,
nav aside article hgroup > h1 ~ h3,
nav aside aside hgroup > h1 ~ h3,
nav aside nav hgroup > h1 ~ h3,
nav aside section hgroup > h1 ~ h3,
nav nav article hgroup > h1 ~ h3,
nav nav aside hgroup > h1 ~ h3,
nav nav nav hgroup > h1 ~ h3,
nav nav section hgroup > h1 ~ h3,
nav section article hgroup > h1 ~ h3,
nav section aside hgroup > h1 ~ h3,
nav section nav hgroup > h1 ~ h3,
nav section section hgroup > h1 ~ h3,
section article article hgroup > h1 ~ h3,
section article aside hgroup > h1 ~ h3,
section article nav hgroup > h1 ~ h3,
section article section hgroup > h1 ~ h3,
section aside article hgroup > h1 ~ h3,
section aside aside hgroup > h1 ~ h3,
section aside nav hgroup > h1 ~ h3,
section aside section hgroup > h1 ~ h3,
section nav article hgroup > h1 ~ h3,
section nav aside hgroup > h1 ~ h3,
section nav nav hgroup > h1 ~ h3,
section nav section hgroup > h1 ~ h3,
section section article hgroup > h1 ~ h3,
section section aside hgroup > h1 ~ h3,
section section nav hgroup > h1 ~ h3,
section section section hgroup > h1 ~ h3 {
	margin-top: 2.33em;
	margin-bottom: 2.33em;
	font-size: 0.67em;
}

article hgroup > h1 ~ h4,
aside hgroup > h1 ~ h4,
nav hgroup > h1 ~ h4,
section hgroup > h1 ~ h4 {
	margin-top: 1.67em;
	margin-bottom: 1.67em;
	font-size: 0.83em;
}

article article hgroup > h1 ~ h4,
article aside hgroup > h1 ~ h4,
article nav hgroup > h1 ~ h4,
article section hgroup > h1 ~ h4,
aside article hgroup > h1 ~ h4,
aside aside hgroup > h1 ~ h4,
aside nav hgroup > h1 ~ h4,
aside section hgroup > h1 ~ h4,
nav article hgroup > h1 ~ h4,
nav aside hgroup > h1 ~ h4,
nav nav hgroup > h1 ~ h4,
nav section hgroup > h1 ~ h4,
section article hgroup > h1 ~ h4,
section aside hgroup > h1 ~ h4,
section nav hgroup > h1 ~ h4,
section section hgroup > h1 ~ h4 {
	margin-top: 2.33em;
	margin-bottom: 2.33em;
	font-size: 0.67em;
}

article hgroup > h1 ~ h5,
aside hgroup > h1 ~ h5,
nav hgroup > h1 ~ h5,
section hgroup > h1 ~ h5 {
	margin-top: 2.33em;
	margin-bottom: 2.33em;
	font-size: 0.67em;
}

/*------------------------------------------------------------------------------------------------------------------------------
	Lists
------------------------------------------------------------------------------------------------------------------------------*/

dir,
dd,
dl,
dt,
menu,
ol,
ul {
	display: block;
}

li {
	display: list-item;
}

dir,
dl,
menu,
ol,
ul {
	margin-top: 1em;
	margin-bottom: 1em;
}

:matches(dir, dl, menu, ol, ul) :matches(dir, dl, menu, ol, ul) {
	margin-top: 0;
	margin-bottom: 0;
}

dd {
	margin-left: 40px;
}
/* LTR-specific: use 'margin-right' for rtl elements */

dir,
menu,
ol,
ul {
	padding-left: 40px;
}
/* LTR-specific: use 'padding-right' for rtl elements */

ol {
	list-style-type: decimal;
}

dir,
menu,
ul {
	list-style-type: disc;
}

:matches(dir, menu, ol, ul) :matches(dir, menu, ul) {
	list-style-type: circle;
}
:matches(dir, menu, ol, ul) :matches(dir, menu, ol, ul) :matches(dir, menu, ul) {
	list-style-type: square;
}

ol[type=1],
li[type=1] {
	list-style-type: decimal;
}

ol[type=a],
li[type=a] {
	list-style-type: lower-alpha;
}

ol[type=A],
li[type=A] {
	list-style-type: upper-alpha;
}

ol[type=i],
li[type=i] {
	list-style-type: lower-roman;
}

ol[type=I],
li[type=I] {
	list-style-type: upper-roman;
}

ul[type=none],
li[type=none] {
	list-style-type: none;
}

ul[type=disc],
li[type=disc] {
	list-style-type: disc;
}

ul[type=circle],
li[type=circle] {
	list-style-type: circle;
}

ul[type=square],
li[type=square] {
	list-style-type: square;
}

/*------------------------------------------------------------------------------------------------------------------------------
	Tables
------------------------------------------------------------------------------------------------------------------------------*/

table {
	display: table;
}

caption {
	display: table-caption;
}

colgroup,
colgroup[hidden] {
	display: table-column-group;
}

col,
col[hidden] {
	display: table-column;
}

thead,
thead[hidden] {
	display: table-header-group;
}

tbody,
tbody[hidden] {
	display: table-row-group;
}

tfoot,
tfoot[hidden] {
	display: table-footer-group;
}

tr,
tr[hidden] {
	display: table-row;
}

td,
th,
td[hidden],
th[hidden] {
	display: table-cell;
}

colgroup[hidden],
col[hidden],
thead[hidden],
tbody[hidden],
tfoot[hidden],
tr[hidden],
td[hidden],
th[hidden] {
	visibility: collapse;
}

table {
	box-sizing: border-box;
	border-spacing: 2px;
	border-collapse: separate;
	text-indent: initial;
}

td,
th {
	padding: 1px;
}

th {
	font-weight: bold;
}

thead,
tbody,
tfoot,
table > tr {
	vertical-align: middle;
}

tr,
td,
th {
	vertical-align: inherit;
}

table,
td,
th {
	border-color: gray;
}

thead,
tbody,
tfoot,
tr {
	border-color: inherit;
}

table[rules=none],
table[rules=groups],
table[rules=rows],
table[rules=cols],
table[rules=all],
table[frame=void],
table[frame=above],
table[frame=below],
table[frame=hsides],
table[frame=lhs],
table[frame=rhs],
table[frame=vsides],
table[frame=box],
table[frame=border],
table[rules=none] > tr > td,
table[rules=none] > tr > th,
table[rules=groups] > tr > td,
table[rules=groups] > tr > th,
table[rules=rows] > tr > td,
table[rules=rows] > tr > th,
table[rules=cols] > tr > td,
table[rules=cols] > tr > th,
table[rules=all] > tr > td,
table[rules=all] > tr > th,
table[rules=none] > thead > tr > td,
table[rules=none] > thead > tr > th,
table[rules=groups] > thead > tr > td,
table[rules=groups] > thead > tr > th,
table[rules=rows] > thead > tr > td,
table[rules=rows] > thead > tr > th,
table[rules=cols] > thead > tr > td,
table[rules=cols] > thead > tr > th,
table[rules=all] > thead > tr > td,
table[rules=all] > thead > tr > th,
table[rules=none] > tbody > tr > td,
table[rules=none] > tbody > tr > th,
table[rules=groups] > tbody > tr > td,
table[rules=groups] > tbody > tr > th,
table[rules=rows] > tbody > tr > td,
table[rules=rows] > tbody > tr > th,
table[rules=cols] > tbody > tr > td,
table[rules=cols] > tbody > tr > th,
table[rules=all] > tbody > tr > td,
table[rules=all] > tbody > tr > th,
table[rules=none] > tfoot > tr > td,
table[rules=none] > tfoot > tr > th,
table[rules=groups] > tfoot > tr > td,
table[rules=groups] > tfoot > tr > th,
table[rules=rows] > tfoot > tr > td,
table[rules=rows] > tfoot > tr > th,
table[rules=cols] > tfoot > tr > td,
table[rules=cols] > tfoot > tr > th,
table[rules=all] > tfoot > tr > td,
table[rules=all] > tfoot > tr > th {
	border-color: black;
}

table[align=left] {
	float: left;
}

table[align=right] {
	float: right;
}

table[align=center] {
	margin-left: auto;
	margin-right: auto;
}

thead[align=absmiddle],
tbody[align=absmiddle],
tfoot[align=absmiddle],
tr[align=absmiddle],
td[align=absmiddle],
th[align=absmiddle] {
	text-align: center;
}

caption[align=bottom] {
	caption-side: bottom;
}

p[align=left],
h1[align=left],
h2[align=left],
h3[align=left],
h4[align=left],
h5[align=left],
h6[align=left] {
	text-align: left;
}

p[align=right],
h1[align=right],
h2[align=right],
h3[align=right],
h4[align=right],
h5[align=right],
h6[align=right] {
	text-align: right;
}

p[align=center],
h1[align=center],
h2[align=center],
h3[align=center],
h4[align=center],
h5[align=center],
h6[align=center] {
	text-align: center;
}

p[align=justify],
h1[align=justify],
h2[align=justify],
h3[align=justify],
h4[align=justify],
h5[align=justify],
h6[align=justify] {
	text-align: justify;
}

thead[valign=top],
tbody[valign=top],
tfoot[valign=top],
tr[valign=top],
td[valign=top],
th[valign=top] {
	vertical-align: top;
}

thead[valign=middle],
tbody[valign=middle],
tfoot[valign=middle],
tr[valign=middle],
td[valign=middle],
th[valign=middle] {
	vertical-align: middle;
}

thead[valign=bottom],
tbody[valign=bottom],
tfoot[valign=bottom],
tr[valign=bottom],
td[valign=bottom],
th[valign=bottom] {
	vertical-align: bottom;
}

thead[valign=baseline],
tbody[valign=baseline],
tfoot[valign=baseline],
tr[valign=baseline],
td[valign=baseline],
th[valign=baseline] {
	vertical-align: baseline;
}

td[nowrap],
th[nowrap] {
	white-space: nowrap;
}

table[rules=none],
table[rules=groups],
table[rules=rows],
table[rules=cols],
table[rules=all] {
	border-style: hidden;
	border-collapse: collapse;
}

table[border] {
	border-style: outset;
}
/* only if border is not equivalent to zero */

table[frame=void] {
	border-style: hidden;
}

table[frame=above] {
	border-style: outset hidden hidden hidden;
}

table[frame=below] {
	border-style: hidden hidden outset hidden;
}

table[frame=hsides] {
	border-style: outset hidden outset hidden;
}

table[frame=lhs] {
	border-style: hidden hidden hidden outset;
}

table[frame=rhs] {
	border-style: hidden outset hidden hidden;
}

table[frame=vsides] {
	border-style: hidden outset;
}

table[frame=box],
table[frame=border] {
	border-style: outset;
}

table[border] > tr > td, table[border] > tr > th,
table[border] > thead > tr > td, table[border] > thead > tr > th,
table[border] > tbody > tr > td, table[border] > tbody > tr > th,
table[border] > tfoot > tr > td, table[border] > tfoot > tr > th {
	/* only if border is not equivalent to zero */
	border-width: 1px;
	border-style: inset;
}

table[rules=none] > tr > td, table[rules=none] > tr > th,
table[rules=none] > thead > tr > td, table[rules=none] > thead > tr > th,
table[rules=none] > tbody > tr > td, table[rules=none] > tbody > tr > th,
table[rules=none] > tfoot > tr > td, table[rules=none] > tfoot > tr > th,
table[rules=groups] > tr > td, table[rules=groups] > tr > th,
table[rules=groups] > thead > tr > td, table[rules=groups] > thead > tr > th,
table[rules=groups] > tbody > tr > td, table[rules=groups] > tbody > tr > th,
table[rules=groups] > tfoot > tr > td, table[rules=groups] > tfoot > tr > th,
table[rules=rows] > tr > td, table[rules=rows] > tr > th,
table[rules=rows] > thead > tr > td, table[rules=rows] > thead > tr > th,
table[rules=rows] > tbody > tr > td, table[rules=rows] > tbody > tr > th,
table[rules=rows] > tfoot > tr > td, table[rules=rows] > tfoot > tr > th {
	border-width: 1px;
	border-style: none;
}

table[rules=cols] > tr > td, table[rules=cols] > tr > th,
table[rules=cols] > thead > tr > td, table[rules=cols] > thead > tr > th,
table[rules=cols] > tbody > tr > td, table[rules=cols] > tbody > tr > th,
table[rules=cols] > tfoot > tr > td, table[rules=cols] > tfoot > tr > th {
	border-width: 1px;
	border-style: none solid;
}

table[rules=all] > tr > td, table[rules=all] > tr > th,
table[rules=all] > thead > tr > td, table[rules=all] > thead > tr > th,
table[rules=all] > tbody > tr > td, table[rules=all] > tbody > tr > th,
table[rules=all] > tfoot > tr > td, table[rules=all] > tfoot > tr > th {
	border-width: 1px;
	border-style: solid;
}

table[rules=groups] > colgroup {
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}

table[rules=groups] > thead,
table[rules=groups] > tbody,
table[rules=groups] > tfoot {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

table[rules=rows] > tr, table[rules=rows] > thead > tr,
table[rules=rows] > tbody > tr, table[rules=rows] > tfoot > tr {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

table {
	font-weight: initial;
	font-style: initial;
	font-variant: initial;
	font-size: initial;
	line-height: initial;
	white-space: initial;
	text-align: initial;
}

:matches(table, thead, tbody, tfoot, tr) > form {
	display: none !important;
}

/*------------------------------------------------------------------------------------------------------------------------------
	Form controls
------------------------------------------------------------------------------------------------------------------------------*/

input,
select,
option,
optgroup,
button,
textarea,
keygen {
	text-indent: initial;
}

textarea {
	white-space: pre-wrap;
}

input[type="radio"],
input[type="checkbox"],
input[type="reset"],
input[type="button"],
input[type="submit"],
select,
button {
	box-sizing: border-box;
}

input:not([type=image]),
textarea {
	box-sizing: border-box;
}

hr {
	color: gray;
	border-style: inset;
	border-width: 1px;
	margin: 0.5em auto;
}

hr[align=left] {
	margin-left: 0;
	margin-right: auto;
}

hr[align=right] {
	margin-left: auto;
	margin-right: 0;
}

hr[align=center] {
	margin-left: auto;
	margin-right: auto;
}

hr[color],
hr[noshade] {
	border-style: solid;
}

/*------------------------------------------------------------------------------------------------------------------------------
	The fieldset and legend elements
------------------------------------------------------------------------------------------------------------------------------*/

fieldset {
	display: block;
	margin-left: 2px; margin-right: 2px;
	border: groove 2px ThreeDFace;
	padding: 0.35em 0.625em 0.75em;
	min-width: min-content;
}

legend {
	padding-left: 2px; padding-right: 2px;
}

/*==============================================================================================================================
	Replaced elements
==============================================================================================================================*/

/*------------------------------------------------------------------------------------------------------------------------------
	Embedded content
------------------------------------------------------------------------------------------------------------------------------*/

iframe:not([seamless]) {
	border: 2px inset;
}

iframe[seamless] {
	display: block;
}

video {
	object-fit: contain;
}

/*------------------------------------------------------------------------------------------------------------------------------
	Images
------------------------------------------------------------------------------------------------------------------------------*/

img[align=left] {
	margin-right: 3px;
}

img[align=right] {
	margin-left: 3px;
}

/*------------------------------------------------------------------------------------------------------------------------------
	Attributes for embedded content and images
------------------------------------------------------------------------------------------------------------------------------*/

iframe[frameborder=0],
iframe[frameborder=no] {
	border: none;
}

applet[align=left],
embed[align=left],
iframe[align=left],
img[align=left],
input[type=image][align=left],
object[align=left] {
	float: left;
}

applet[align=right],
embed[align=right],
iframe[align=right],
img[align=right],
input[type=image][align=right],
object[align=right] {
	float: right;
}

applet[align=top],
embed[align=top],
iframe[align=top],
img[align=top],
input[type=image][align=top],
object[align=top] {
	vertical-align: top;
}

applet[align=baseline],
embed[align=baseline],
iframe[align=baseline],
img[align=baseline],
input[type=image][align=baseline],
object[align=baseline] {
	vertical-align: baseline;
}

applet[align=texttop],
embed[align=texttop],
iframe[align=texttop],
img[align=texttop],
input[type=image][align=texttop],
object[align=texttop] {
	vertical-align: text-top;
}

applet[align=absmiddle],
embed[align=absmiddle],
iframe[align=absmiddle],
img[align=absmiddle],
input[type=image][align=absmiddle],
object[align=absmiddle],
applet[align=abscenter],
embed[align=abscenter],
iframe[align=abscenter],
img[align=abscenter],
input[type=image][align=abscenter],
object[align=abscenter] {
	vertical-align: middle;
}

applet[align=bottom],
embed[align=bottom],
iframe[align=bottom],
img[align=bottom],
input[type=image][align=bottom],
object[align=bottom] {
	vertical-align: bottom;
}

/*==============================================================================================================================
	Bindings
==============================================================================================================================*/

/*------------------------------------------------------------------------------------------------------------------------------
	The button element
------------------------------------------------------------------------------------------------------------------------------*/

button {
	binding: button;
}

/*------------------------------------------------------------------------------------------------------------------------------
	The details element
------------------------------------------------------------------------------------------------------------------------------*/

details {
	binding: details;
}

/*------------------------------------------------------------------------------------------------------------------------------
	The input element as a text entry widget
------------------------------------------------------------------------------------------------------------------------------*/

input {
	binding: input-textfield;
}

input[type=password] {
	binding: input-password;
}
/* later rules override this for other values of type="" */

/*------------------------------------------------------------------------------------------------------------------------------
	The input element as domain-specific widgets
------------------------------------------------------------------------------------------------------------------------------*/

input[type=datetime] {
	binding: input-datetime;
}

input[type=date] {
	binding: input-date;
}

input[type=month] {
	binding: input-month;
}

input[type=week] {
	binding: input-week;
}

input[type=time] {
	binding: input-time;
}

input[type=datetime-local] {
	binding: input-datetime-local;
}

input[type=number] {
	binding: input-number;
}

/*------------------------------------------------------------------------------------------------------------------------------
	The input element as a range control
------------------------------------------------------------------------------------------------------------------------------*/

input[type=range] {
	binding: input-range;
}

/*------------------------------------------------------------------------------------------------------------------------------
	The input element as a colour well
------------------------------------------------------------------------------------------------------------------------------*/

input[type=color] {
	binding: input-color;
}

/*------------------------------------------------------------------------------------------------------------------------------
	The input element as a checkbox and radio button widgets
------------------------------------------------------------------------------------------------------------------------------*/

input[type=checkbox] {
	binding: input-checkbox;
}

input[type=radio] {
	binding: input-radio;
}

/*------------------------------------------------------------------------------------------------------------------------------
	The input element as a file upload control
------------------------------------------------------------------------------------------------------------------------------*/

input[type=file] {
	binding: input-file;
}

/*------------------------------------------------------------------------------------------------------------------------------
	The input element as a button
------------------------------------------------------------------------------------------------------------------------------*/

input[type=submit],
input[type=reset],
input[type=button] {
	binding: input-button;
}

/*------------------------------------------------------------------------------------------------------------------------------
	The marquee element
------------------------------------------------------------------------------------------------------------------------------*/

marquee {
	binding: marquee;
}

/*------------------------------------------------------------------------------------------------------------------------------
	The meter element
------------------------------------------------------------------------------------------------------------------------------*/

meter {
	binding: meter;
}

/*------------------------------------------------------------------------------------------------------------------------------
	The progress element
------------------------------------------------------------------------------------------------------------------------------*/

progress {
	binding: progress;
}

/*------------------------------------------------------------------------------------------------------------------------------
	The select element
------------------------------------------------------------------------------------------------------------------------------*/

select {
	binding: select;
}

/*------------------------------------------------------------------------------------------------------------------------------
	The textarea element
------------------------------------------------------------------------------------------------------------------------------*/

textarea {
	binding: textarea;
	white-space: pre-wrap;
}

/*------------------------------------------------------------------------------------------------------------------------------
	The keygen element
------------------------------------------------------------------------------------------------------------------------------*/

keygen {
	binding: keygen;
}

