@font-face {
	font-family: "Editeur";
	src: url('../fonts/NNEditeurSemi-Medium.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "Editeur";
	src: url('../fonts/NNEditeurSemi-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

/* ----------------------------------------------- Desktop ----------------------------------------------- */

@media screen {
body {
	margin: 0;
	padding: 0;
	background-color: #f9f8f9;
	color: #393939;
	font-family: 'Editeur', 'Avenir', 'Calibri', sans-serif;
}
#top {	
	display: block;
	padding: 0;
	background-color: black;
	height: 10.3em;
}
#top img {
	height: 4em;
}
#top a:link, #top a:visited {
	font-size: 2.4em;
	margin: 0.2em auto 0 22.5%;
	text-decoration: none;
}
#top a:hover {
	text-decoration: none;
}
#top span { 
	display: none;
}
body.risc #top {	
	background-color: #232323;
}
#content {
	width: 52em;
	margin: 0 auto;
}
#text {
	color: #3b3b3a;
	padding: 1em;
	clear: both;
	font-size: 1.15em;
}
#footer {
	width: 100%;
	font-size: 0.95em;
	color: #555;
	margin: 0.3em 0 2.5em; 
	padding: 1.6em 0 0;
	
	border-width: 0;
	border-top-width: 4px;
 	border-style: solid;
 	border-image: linear-gradient(90deg,#7283de,#eee 50%,#76cfd6 80%) 1;
}
#footer a.openpa:link,
#footer a.openpa:visited {
	color: #139daa;
	text-decoration: none;
	margin-right: 1px;
	font-weight: bold;
}
#footer a.openpa:hover {
	color: black;
}
body.risc #footer a.openpa:link,
body.risc #footer a.openpa:visited {
	color: #354fe0;
}
#footer a:link,
#footer a:visited {
	color: #776f81;
}
#footer ul li:before {
	content: "";
}
#menu ul {
	margin: -3em 0 0 20em;
	display: block;
	padding: 0 1em;
	list-style: none;
	width: 50em;
}
#menu ul li {
	margin: 0;
	margin-right: 1.8em;
	float: left;
	background-color: transparent;
	display: block;
}
#menu ul li:before {
	content: "";
}
#menu ul li a {
	color: white;
	padding: 4px 0 3px;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;	
	font-size: 1.05em;
}
#menu a:hover {
	color: #16a2ad;
	text-decoration: none;
}
#menu ul li.here a {
	color: #16a2ad;
}
#menu ul li.here a:hover {
	color: #16a2ad;
}
body.risc #menu ul li a {
	color: #16a2ad;
	color: white;
}
body.risc #menu ul li.here a {
	color: #1dd5e3;
}
body.risc #menu ul a:hover {
	color: #16a2ad;
}
body.risc #menu ul li:before {
	content: "\203a";
	padding-left: 0.6em;
	color: #bbb;
}
body.risc #menu ul li:first-child:before {
	content: "";
	padding: 0;
}
#submenu {
	background-color: transparent;
	position: absolute;
	left: 1em;
	margin: 6.11em 0 0;
}

#submenu ul {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	list-style-type: none;
	clear: left;
	background-color: transparent;
}
#submenu ul li {
	display: block;
	margin: 2px 0 2px;
	background-color: #b8b8b8;
	border: 2px solid #f9f9f8;
	width: 12.3em;
	padding: 0.15em 0 0.16em 0.5em;
}
#submenu ul li.not {
	background-color: #d8d8d8;
	border: 2px solid #f9f9f8;
	color: #fff;
}
#submenu.sys ul li {
    width: 12.3em;
}
#submenu ul li:before {
	content: "";
	margin: 0;
	width: 0;
	display: inline;
}
#submenu ul li a {
	font-weight: normal;
	display: block;
	text-decoration: none;
	color: white;
}
#submenu ul li a:hover {
	color: black;
	text-decoration: none;
}
#submenu ul li.first a {
}
#submenu ul li.here a {
	color: black;
	text-decoration: none;
}

ul.nav {
	width: 100%;
	padding: 0;
}
ul.nav li {
	display: inline;
	padding: 0;
    line-height: 1.9em;
	margin: 0 0.65em 0 0;
}
ul.nav li:before {
	content: "";
}
ul.nav li.no {
	color: #999;
}
ul.nav li.no:before {
    content: "\270e";
	margin: 0 0.4em 0 0;
	display: inline;
	color: #aaa;
    font-size: 0.96em;
}
ul.nav li a:before {
    content: "\27ad";
	margin: 0 0.39em 0 0;
	display: inline;
    color: rgb(109, 127, 222);
    font-size: 1.2em;
}
ul.nav.down li a:before {
	content: "\21e3";
}
ul.nav.down li.right a:before {
	content: "\27ad";
}
ul.nav li.here a:before {
	color: black;
}
ul.nav li a {
	font-weight: normal;
    background-color: transparent;
	color: rgb(93, 115, 226);
	text-decoration: none;
	padding: 0;
	white-space: nowrap;	
}
ul.nav li.here a,
ul.nav a:hover,
ul.nav li a:hover:before {
	color: black;
}
ul.nav li a.clean:before {
	content: "";
	margin: 0;
}

body.risc ul.nav {
    font-size: 0.9em;
	margin: 0 0 1.65em;
	padding: 0;
	width: inherit;
}
body.risc ul.nav li {
	display: inline;
	padding: 0;
}

ul.footernav {
	margin: 0.4em 0 0;
	padding: 0.2em 0.2em;
}
ul.footernav li {
	padding-right: 1em;
	display: inline;
	list-style-type: none;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
h1 {
	font-size: 2.15em;
	margin: 0.95em 0 0.68em;
	background-image:linear-gradient(90deg,#354fe0,black 30%,#16a2ad 60%,black 95%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h1.smheading {
	font-size: 2em;
	margin-bottom: 1em;
	width: 100%;
}
h2 {
	font-size: 1.8em;
    margin: 1.1em 0 0.2em;
	margin-left: -1px; 
}
#news h2 {
	font-size: 1.7em;
	margin: 2em 0 0.3em;
}
h2 + h3,
h2 + div + h3 {
    margin: 0.65em 0 0.4em;
}
h2 + ul {
	margin-top: 0.7em;
	margin-bottom: 0;
}
h3 {
    font-size: 1.47em;
    margin: 1.3em 0 0.5em;
}
h3.ctr {
	font-size: 1.3em;
	margin: 2em 0 0.8em -4em;
	text-align: center;
	font-weight: bold;
}
h3 + h4,
h3 + div + h4 {
    margin: 1em 0 0.4em;
}
h3 + p {
	margin-top: -0.2em;
}
h4 {
    font-size: 1.17em;
    margin: 1.5em 0 -0.2em;
}
h4 + ul {
	margin-top: 0.7em;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	display: inline;
	color: #354fe0;
}
a:hover {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	color: #888;
	text-decoration: none;
}
a.note:link,
a.note:visited {
	font-size: 0.6em;
	font-style: normal;
	text-decoration: none;
	vertical-align: super;
	line-height: 1em;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0.2em;
}
a.note:before,
a.note:after {
	font-weight: normal;
}
a.note:before {
	content: "[";
}
a.note:after {
	content: "]";
}
h2 a.note:link,
h2 a.note:visited {
	font-size: 0.5em;
}
a.ext:link,
a.ext:visited {
	background: url(../images/external.png) right center no-repeat !important;
	background: url(../images/external.gif) right center no-repeat;
	padding-right: 16px;
}
#news h2 a:link,
#news h2 a:visited,
#news h2 a:hover {
	text-decoration: none;
	font-weight: 630;
}
#news h2:before {
	content: "\203b";
	display: block;
	text-align: center;
	font-size: 0.5em;
	margin-top: -1em;
	margin-left: -1em;
	margin-bottom: 3em;
	padding: 0;
}
p {	
	text-align: justify;
	line-height: 1.6em;
	margin: 0.8em 2em 1.3em 0;
	hyphens: auto;
}
p.up {
	text-align: right;	
	font-family: Arial, sans-serif;
	font-variant: small-caps;
	letter-spacing: 2px;
	margin: 2em 0 1em;
	font-size: 0.98em;
}
p.up a:link,
p.up a:visited, 
p.up a:hover {
	text-decoration: none;
}
p.up a:before {
	content: "\2963";
	font-size: 1em;
	padding-right: 0.2em;
	font-variant: normal;
}
p.up + div + h2,
p.up + h2 {
	margin-top: 0.5em;
}
p.author {
	margin: -0.5em 0 1em 1px;
	font-size: 0.98em;
}
p.date,
p.author i {
	font-style: normal;
}
p.texthead {
	font-style: italic;
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}

p.subhead {
	margin: 0.8em 0 0 1em;
	font-style: italic;
}
#footer p {
	margin: 0.1em;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.end {
	margin-top: 2.5em;	
	margin-bottom: -1em;
	line-height: 1.85em;
}
.end:before {
	content: "\203b";
	display: block;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 0.6em;
	font-size: 1.2em;
}
.box {
    width: auto;
    clear: both;
	background-color: #f6f6f6;
    border: 1px solid #ccc;
    margin: 1.5em 4em 1.5em 0;
    padding: 0.35em 0.6em;
	font-size: 0.9em;
}
.archive {	
	background: #888;
	border: none;
	padding: 0 0.4em 0.2em;
	color: white;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 0.9em;
	border-radius: 4px;
}
.option {
	margin: 0;
	padding: 0.1em 0.2em;
	border: 1px solid #cacaca;
	background-color: #eaeaea;
	font-style: normal;
	font-size: 0.9em;	
}
.lg {
	background-color: rgba(53, 79, 224, 0.1);
}
.lp {
	background-color: rgba(118, 207, 214, 0.1);
}
.prelude {
	background-color: rgba(128, 128, 248, 0.7);
}
.infancy {
	background-color: rgba(101, 143, 255, 0.3);
}
.growth {
	background-color: rgba(255, 222, 113, 0.4);
}
.maturity {
	background-color: rgba(116, 235, 212, 0.4);
}
.decline {
	background-color: rgba(249, 111, 255, 0.4);
}
.neutral {
	background-color: #eee;
}
.vertical {
	writing-mode: vertical-lr;
}
border-image: linear-gradient(111deg,#7283de,#eee 50%,#76cfd6 80%) 1;
table .option {
	line-height: 1.8em;
	border: none;
	line-height: 1em;
	padding: 0.1em;
	font-style: italic;
}

pre,
code {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 0.75em;
	line-height: 100%;
	background-color: #e1dee1
}
pre {
	line-height: 1.3em;
	padding: 1em;
	font-size: 0.7em;
}
div.ascii {
	margin: auto;
	width: 50%;
}
div.ascii.wide {
	width: 60%;
}
div.ascii.full {
	width: 97%;
	margin: 0;
}
div.ascii pre {
	font-size: 0.55em;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.5);
	border-style: solid;
	border-width: 2px;
 	border-image: linear-gradient(111deg,#7283de,#eee 50%,#76cfd6 80%) 1;
}
div.ascii.full pre {
	line-height: 1.5em;
	font-size: 0.54em;
}	
div.ascii p {
	font-size: 0.75em;
	margin: -0.4em 0 0;
	padding: 0;
	font-weight: 520;
	text-align: center;
}
div.ascii span a:link,
div.ascii a:link {
	text-decoration: none;

}
q {
	border-bottom: 3px solid #e8e8e8;
}
q:before {
	margin-left: 1px;
}
q:after {
	margin-right: 1px;
}
i.q {
	font-style: normal;
}
i.q:before {
	content: "\000BB"; 
}
i.q:after {
	content: "\000AB"; 
}

b {
	font-weight: bold;
}
sup {  
	font-size: 8px;
	line-height: 0;
}
i.n {
	font-style: normal;
}
ins {
	color: green;
	text-decoration: none;
}
.amber {
	color: #ea9546;
}
.green {
	color: #6edd00;
}
#top img {
	padding: 0;
	padding-bottom: 1em;
	border: 0;
}
body.risc #top img {
    padding-top: 0.4em;
    margin-left: 0.1em;
    height: 3.5em;
}

figure.intro {
	float: right;
	margin: 0.3em 0 0.6em 1.1em;
}
h2 + figure.intro,
h2 + figure.intro.medium,
h2 + figure.intro.small {
	margin-top: 0.7em;
}
body.risc figure.intro {
	float: right;
	margin: 0.5em 1.5em 1em 1.5em;
}
figure.text {
	float: none;
	text-align: center;
}
figure.intro.small,
figure.intro.medium {
	float: right;
	margin: 0.2em 0 0.6em 1.1em;
}
figure.left {
	float: left;
	margin: 0.3em 1.2em 0.3em 0;
}
figure.intro img {
	width: 16em;
	border-radius: 6px;
	box-shadow: #ccc 2px 2px 4px;
}
figure.intro.small img,
figure.left.small img {
	width: 8em;
}
figure.intro.medium img,
body.risc figure.intro.small img {
	width: 10em;
}
figure.text img {
	width: 26em;
	border-radius: 6px;
	margin: 0 auto;
	box-shadow: #ccc 2px 2px 4px;
}
figure.history img {
	width: 9em;
}
figure.history.two img {
	width: 17.5em;
}
figcaption {
	font-size: 0.75em;
	text-align: center;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	font-style: italic;
}
figure.small figcaption {
	font-size: 0.6em;
}
figcaption.left {
	text-align: left;
}
li figure {
	margin: -1em 0 0 -0.5em;
	padding: 0.5em 0 0;
}
li figcaption {
	padding: 0;
	margin: -0.5em 0 0;
}

ul,
ol {
	font-size: 1em;
	margin: 1em 1.5em 1em 0em;
	margin: -0.5em 2em 1em 0;
}
ul.small {
	font-size: 0.9em;
}
table ul {
	margin: 0.4em 0.6em 0.2em 0;
}
ul li,
ol li {
	line-height: 1.64em;
	margin: 0.2em 0;
	font-weight: normal;
}
table ul li {
	line-height: 1.4em;
	margin: 0;
	font-size: 0.95em;
}
ul li ul,
ol li ul,
ul li ol {
	margin-top: 0.1em;
	padding-left: 2em;
	margin-bottom: 0.25em;
	margin-right: 0;
}
ul li ol li {
	list-style-type: decimal;
	font-size: 90%;
}
ol.note {
	font-size: 0.9em;
}
ul li {
	list-style: none;	
}
ul li:before {
  	text-align: center;
  	display: inline-block;  
	content: "\25cf";
	font-size: 1.2em;
	margin-left: -1.8em;
	margin-right: 0.2em;
	background-color: transparent;
	width: 1.6em;
	color: #555;
}
ul li ol li:before {
	content: "";
}
h2 + ul,
h3 + ul {
    margin: 0.6em 0 1em 0;
}
table {
	margin: 1.6em auto 1.4em;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: hidden;
	border: 1px solid #ddd;
	font-size: 0.95em;
}
table.full {
	margin-left: 0;
	margin-right: 0;
}

table caption {
	font-size: 0.8em;
	caption-side: bottom;
	font-style: italic;
	line-height: 1.2em; 
	margin-bottom: 1em;
	margin-bottom: 0;
	padding-top: 0.7em;
	text-align: center;
}
table caption:before {
	Content: "Table: ";
	font-style: normal;
}
table caption.note:before {
	content: "";
}
table caption ol li {
	text-align: left;
}
table tr th,
table tr td {
	border-collapse: collapse;
}
table tr th {
	border-bottom: 1px dotted #ddd;
	background-color: #edeeee;
    font-weight: normal;
	text-align: left;
	vertical-align: top;
	line-height: 1.1em;
	padding: 0.4em 0.3em 0.3em;
}
table tr td {
	vertical-align: top;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0.2em 0.4em 0.2em;
}
body.risc table tr td {
	line-height: 1.35em;
	padding: 0.35em;
}
table tr:nth-child(even) td {
	background-color: #fafafa;
}
table tr:nth-child(odd) td {
	background-color: #f0f3ff;
}

table tr.border {
	border-bottom: 2px solid #ddd;
}
table tr.strong {
	font-weight: bold;
	font-size: 1.1em;
}
table tr td.center {
	text-align: center;
}
table tr td.vcenter {
	vertical-align: middle;
}
table tr td.full {
	color: black;
}
table tr td.fixed {
	font-family: fixed;
	font-size: 0.8em;
}
table.quick {
	float: right;
	margin-top: 0em;
	margin-right: -4em;
	margin-bottom: 1em;
	margin-left: 1.3em;
}
.quick.left:has(+ .quick) {
	
}
table.quick.left + table.quick {
	margin-left: 0;
	margin-bottom: 0;
}
table.quick.wide {
	margin-right: -5.5em;
}
table.quick.close {
	margin-right: -1em;
}
table.quick.left {
	float: left;
	margin-right: 0;
	margin-left: -3em;
	padding-right: 0;
}
table.quick.left.wide {
	margin-left: -4.5em;
}
table.quick.left.close {
	margin-left: -1em;
}
table.quick + p.up {
	padding-top: 1.7em;
	margin-bottom: -1.2em;
}
table.float {
	float: right;
	margin-top: 0.3em;
	margin-right: -5em;
	margin-bottom: 1em;
	margin-left: 1.5em;
}
table.single {
	margin: 1em 0.2em;
}
.clear {
	clear: both;
}

} /* screen 50 em close */


/* ----------------------------------------------- Pad/Tablet ----------------------------------------------- */

@media only screen 
and (max-width : 1024px) {
body {
	padding; 0.2em;
	margin: 0;
	width: auto;
}
#content {
	width: auto;
	margin: 0;
	padding: 0;
}
#top {
	width: auto;
	padding: 0.2em;
	height: 8em;
	border-bottom: 3px solid #999;
}
#top a:link, #top a:visited {
	font-size: 2.6em;
	margin: 0.2em 0.2em 0.6em;
}
#top img {
	height: 3em;
}
#menu {
	width: auto;
	margin: 0;
	width: 100%;
}
#menu ul {
	margin: -2.5em 0 0 8em;

}
#menu ul li {
	
}
#menu ul li a {
	font-size: 1.25m;
}
#news {
	margin-top: 1em;
	margin-bottom: 0;
}
#text  {
	font-size: 1.2em;
	padding: 0.3em 0.7em 0.3em 0.85em;
	margin: 0;
	width: auto;
}
a:link, a:visited {
}
ul.nav {
	width: auto;
}
#submenu {
	display: none;
}
#footer {
	padding: 1em 0.65em 1.5em;
	margin: 0;
	font-size: 1em;
	width: auto;
}
ul.footernav {
	border: none;
}
#footer ul.footernav li {
	margin: 0;
	display: inline;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
h1 {    
	font-size: 1.9em;
	margin: 1.35em 0 1em;
}
h2 {    
	font-size: 1.65em;
	margin: 1.35em 0 0.8em;
}
h3 {
	font-size: 1.25em;
	margin: 1.5em 0 0.6em;
}
h4 {
	margin-top: 0.8em;
	font-size: 0.9em;
}
p {
	margin: 0;
	margin-bottom: 0.7em;
	margin-right: 2em;
	padding: 0;
	hyphens: auto;
}
p.up {
	display: block;
	font-variant: small-caps; 
	text-align: right;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	padding: 4px;
}
p.up a:link,
p.up a:visited, 
p.up a:hover {
	text-decoration: none;
}
ol,
ul {
	margin-right: 1em;
}
table {
	padding: 0;
	margin: 1em auto;
	font-size: 0.8em;
	font-size: 0.9em;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: hidden;
	border: 1px solid #bbb;
}
table caption {
	display: none;
}
table tr th,
table tr td {
	padding: 2px 5px 4px 6px;
	border-collapse: collapse;
	color: black;
}
table tr th {
	border-bottom: 1px dotted #bbb;
	background-color: #ddd;
    font-weight: normal;
	text-align: left;
	font-size: 0.9em;
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align: top;
}
table tr td {
	vertical-align: top;
	font-size: 0.8em;
}
h1 + table, h2 + table, h3 + table, h4 + table {
	margin-top: 0.6em;
}
table.float,
table.quick {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: 0;
	margin-right: 0;
}

figure {
}
figure.intro {
	margin: 0 0 0.5em 0.5em;
}
figure.intro.left {
	margin: 0 0.5em 0.5em 0;
}

figure.intro img {
	width: 11em;
}
figure.text img {
	width: 16em;
	border-radius: 6px;
	margin: 0 auto;
}
figure.history img {
	width: 7.5em;
}
figcaption {
	font-size: 50%;
}

} /* screen 40 em close */

/* ----------------------------------------------- Phone ----------------------------------------------- */

@media only screen 
and (max-width : 480px) {
body {
	background-color: black;
	margin: 0;
	padding: 0;
	font-size: 1em;
	width: auto;
}
#top {	
	background-color: black;
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
}
#top a:link,
#top a:visited {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}
#top img {
	height: 5em;
	padding: 0;
}
#content {
	margin: 0;
	width: auto;
	background-color: #272727;
	padding: 0;
}
#menu {
	margin: 0;
	padding: 0;
	background-color: black;
	width: 100%;
	clear: none;
}
#menu ul {
	#float: right;
	position: absolute;
	top: 0.8em;
	right: 0.5em;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
}
#menu ul li {
	margin: 0;
	padding: 0.5em 0;
	float: none;
	font-size: 1.2em;
	line-height: 1em;
}
#menu ul li a {
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
#menu ul li.here a {
	color: #0cc3c3;
	border: none;
}

ul.nav,
#submenu {
	display: none;
}
#text,
#footer {
	color: #e9e9e9;
	width: auto;
	background-color: transparent;
	padding: 0.4em;
	margin: 0;
	font-size: 1em;
	border: none;
}
#footer {
	color: #aaa;
	border-top: 1px dashed #aaa;
	padding: 1.5em 0.8em 0.5em;
	font-size: 0.9em;
	margin-top: 1em;
}
#footer ul.footernav {
	border: none;
	margin: 0;
	font-size: 1em;
}
#footer ul.footernav li {
	display: inline-block;
	padding: 0.3em 0.5em 0.4em 0;
}

h1, h2, h3, h4 {
	color: #eee;
	font-weight: bold;
}
h1 {    
	font-size: 2.1em;
	background-image: none;
	margin: 0.3em 0 0;
	line-height: 1.4em;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
}
h2 {    
	font-size: 1.85em;
	margin: 1.35em 0 0.6em;
}
h3 {
	font-size: 1.55em;
    	margin-bottom: 0.3em;
}
h3.ctr {
	font-size: 1.2em;
	margin: 0;
	text-align: left;
	font-weight: bold;
}
h4 {
	font-size: 1em;
}
a:link,
a:visited {
	color: #0fc5d0;
}
a.ext:link,
a.ext:visited {
	background: none;
	padding: 0;
}
p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0.65em 0 1.25em;
	text-align: left;
}
p.up {	
	font-size: 1.3em;
	margin: 1.4em 0.5em 0 0;
	padding: 0;
}
p.up a:before {
	content: "\2963";
	font-size: 1em;
	padding-right: 0.2em;
	font-variant: normal;
}
table.quick + p.up {
	padding-top: 2em;
	margin-bottom: 10em;
}
q {
	border-bottom: 2px solid #808080;
}
.archive {	
	background: #999;
	color: black;
}
.option {	
	background: #555;
	border: none;
	padding: 0;
	margin-right: 0.2em;
}

.box {
	width: auto;
	clear: both;
	background: transparent;
	border: none;
	font-style: normal;
	margin: 1.1em auto;
	padding: 0.2em;
}
pre, code, tt {
	font-family: monospace;
	font-size: 0.9em;
	line-height: 100%;
	background: transparent;
}
div.ascii {
	display: none;
}

ul,
ol,
h2 + ul,
h3 + ul {
	margin: 0.4em 0 0 0.4em;
	padding: 0 0 0 0.4em;
	background: transparent;
}
ul li,
ol li {
	#font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 1em;
	margin-right: 0.4em;
	margin-bottom: 0.2em;
	margin-top: 0.3em;
	font-weight: normal;
}
ul li ul {
	margin: 0;
	padding: 0;
}
table {
	background: transparent;
	padding: 0;
	margin: 0.4em 0;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: hidden;
	border: 1px solid #999;
	max-width: 100%;
	width: 95%;
}
table caption {
	display: none;
}
table.float {
	float: none;
	margin: 0.4em 0;
	padding: 0;
}
table tr th,
table tr td {
	margin: 0;
	padding: 3px;
	border-collapse: collapse;
	border-right: 1px dashed #888;
	color: #ccc;
	background: transparent;
	font-size: 0.7em;
}
table tr th {
	border-bottom: 1px dotted #ccc;
	background-color: transparent;
}
table tr:nth-child(even) td,
table tr:nth-child(odd) td {
	background-color: transparent;
}
table.quick {
	display: none;
}
figure.left {
	float: right;
}
figure.intro,
figure.intro.left {
	padding: 0;
	margin: 0.33em 0.2em 0.5em 0.5em;
}
figure img,
figure.text img,
figure.intro img {
	border-radius: 2px;
	box-shadow: none;
}
.nomobile {
	display: none;
}
} /* screen 24 em close */


