Link to article: SCP-4485-1.
:root {
--rating-module-text-color: var(--swatch-menutxt-light-color);
--rating-module-button-color: var(--swatch-menutxt-light-color);
}
#page-content > div:nth-child(1) {
padding: 0.5rem 0.5rem 0 0.5rem;
}
.page-rate-widget-box {
margin: 0;
background:
linear-gradient(0deg,
rgba(var(--swatch-primary-darkest),.55) 0,
rgba(var(--swatch-primary-darkest),.45)) !important;
}
@import url("https://use.typekit.net/put0nby.css");
.warning-container iframe {
min-height: 9.375rem;
}
.page-title {
--wght: 900;
margin-top: 1rem;
min-height: 4rem;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
width: -webkit-calc(100% - 1em - 0.5rem);
width: -moz-calc(100% - 1em - 0.5rem);
width: calc(100% - 1em - 0.5rem);
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: initial;
font-size: 3em;
line-height: 1;
text-align: center;
color: rgb(var(--white-monochrome));
background-color: rgb(var(--swatch-primary));
padding: 0.5em;
border: 0.25rem solid rgb(var(--white-monochrome));
position: relative;
z-index: 1;
font-family: var(--title-font);
font-weight: 900;
}
.page-title::before {
content: " ";
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: url(https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg);
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: 100% 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
background-color: rgb(var(--swatch-primary));
z-index: -1;
opacity: 0.25;
}
.warning-container,
.warning-container * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.warning-container {
--wght: 900;
width: 90%;
margin: 0 auto;
background-color: rgb(var(--dark-gray-monochrome));
color: rgb(var(--swatch-text-light));
font-weight: 900;
border: 0.5em solid rgb(var(--swatch-primary-darkest));
}
.warning-container .warning-top {
font-size: 200%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 1rem;
font-family: var(--title-font);
background-color: rgb(var(--swatch-primary));
background-image: url("https://scp-wiki.wikidot.com/local--files/theme:the-foundation-theme/foundation-circles-bg.png");
-webkit-background-size: 50% 50%;
-moz-background-size: 50%;
-o-background-size: 50%;
background-size: 50%;
background-attachment: fixed;
background-position: 50% 50%;
}
.warning-container .warning-body {
--wght: 300;
font-weight: 300;
padding: 1rem;
margin: 1rem;
line-height: 1.5;
font-size: 115%;
font-family: var(--mono-font);
background-color: rgb(var(--swatch-primary-darkest),0.25);
}
.warning-container .warning-body,
.warning-container .warning-body * {
font-variation-settings:
"wght" var(--mono-wght),
"slnt" var(--slnt),
"CASL" var(--CASL),
"CRSV" var(--CRSV),
"MONO" var(--MONO);
}
.collapsible-block {
width: 100%;
}
.collapsible-block-folded > a,
.collapsible-block-unfolded-link > a {
--wght: 900;
display: inline-flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
color: rgb(var(--white-monochrome));
font-weight: 900;
font-size: 1.25em;
background: rgb(var(--gray-monochrome));
border-bottom-left-radius: 0.5em;
border-bottom-right-radius: 0.5em;
}
table.wiki-content-table {
width: 100%;
font-size: 1.5em;
text-align: center;
margin: 0 auto;
}
table.wiki-content-table, table.wiki-content-table * {
border-color: rgb(var(--black-monochrome)) !important;
box-sizing: border-box;
}
table.wiki-content-table tr:last-of-type {
--wght: 700;
width: 100%;
display: inline-flex;
align-items: stretch;
margin: 0;
font-weight: 700;
}
table.wiki-content-table td {
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0;
flex-grow: 2;
flex-basis: 50%;
background-color: rgb(var(--swatch-primary-darkest));
color: rgb(var(--white-monochrome));
text-transform: uppercase;
line-height: 1;
text-align: center;
}
.main_container {
--mono-font: prestige-elite-std, monospace;
display: block;
width: calc(100% - 2em);
margin: 1em;
background-color: rgb(var(--white-monochrome));
background-image: url("https://www.toptal.com/designers/subtlepatterns/patterns/paper_3.png");
-webkit-border-top-right-radius: 0.2rem;
-moz-border-radius-topright: 0.2rem;
border-top-right-radius: 0.2rem;
-webkit-border-bottom-right-radius: 0.25rem;
-moz-border-radius-bottomright: 0.25rem;
border-bottom-right-radius: 0.25rem;
-webkit-border-top-left-radius: 0.28rem;
-moz-border-radius-topleft: 0.28rem;
border-top-left-radius: 0.28rem;
-webkit-border-bottom-left-radius: 0.24rem;
-moz-border-radius-bottomleft: 0.24rem;
border-bottom-left-radius: 0.24rem;
}
.main_container:nth-of-type(n-2)::after {
background-position: -1em 0.25em;
}
.main_container:nth-of-type(2n)::after {
background-position: 1.5em -0.25em;
background-size: 300% 105%;
}
.main_container:nth-of-type(3n+1)::after {
background-position: 1.5em -0.25em;
background-size: 105% 300%;
}
.main_container:nth-of-type(5n-3)::after {
background-position: -5.5em 0.25em;
background-size: 115% 200%;
}
.report_container,
.report_container * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.report_container br {
display: none;
}
.report_container {
--wght: 400;
font-family: var(--mono-font);
padding: 2rem 2rem 9rem 2rem;
font-weight: 400;
font-size: 1em;
-webkit-border-top-right-radius: 0.2rem;
-moz-border-radius-topright: 0.2rem;
border-top-right-radius: 0.2rem;
-webkit-border-bottom-right-radius: 0.25rem;
-moz-border-radius-bottomright: 0.25rem;
border-bottom-right-radius: 0.25rem;
-webkit-border-top-left-radius: 0.28rem;
-moz-border-radius-topleft: 0.28rem;
border-top-left-radius: 0.28rem;
-webkit-border-bottom-left-radius: 0.24rem;
-moz-border-radius-bottomleft: 0.24rem;
border-bottom-left-radius: 0.24rem;
-webkit-box-shadow:
inset 0.125rem 0.125rem 0 rgba(var(--gray-monochrome), 1),
inset -0.125rem 0.125rem 0 rgba(var(--gray-monochrome), 1),
inset -0.125rem -0.125rem 0 rgba(var(--gray-monochrome), 1),
inset 0.125rem -0.125rem 0 rgba(var(--gray-monochrome), 1);
-moz-box-shadow:
inset 0.125rem 0.125rem 0 rgba(var(--gray-monochrome), 1),
inset -0.125rem 0.125rem 0 rgba(var(--gray-monochrome), 1),
inset -0.125rem -0.125rem 0 rgba(var(--gray-monochrome), 1),
inset 0.125rem -0.125rem 0 rgba(var(--gray-monochrome), 1);
box-shadow:
inset 0.125rem 0.125rem 0 rgba(var(--gray-monochrome), 1),
inset -0.125rem 0.125rem 0 rgba(var(--gray-monochrome), 1),
inset -0.125rem -0.125rem 0 rgba(var(--gray-monochrome), 1),
inset 0.125rem -0.125rem 0 rgba(var(--gray-monochrome), 1);
margin: 1rem;
border: 1rem solid rgb(var(--white-monochrome), 0);
}
.report_container,
.report_container * {
font-variation-settings:
"wght" var(--mono-wght),
"slnt" var(--slnt),
"CASL" var(--CASL),
"CRSV" var(--CRSV),
"MONO" var(--MONO);
}
div.main_container:nth-child(10) > div:nth-child(1) {
padding: 2rem;
}
div.main_container:nth-child(1) > div {
-webkit-transform: rotate(-0.15deg) scale(0.99);
-moz-transform: rotate(-0.15deg) scale(0.99);
-ms-transform: rotate(-0.15deg) scale(0.99);
-o-transform: rotate(-0.15deg) scale(0.99);
transform: rotate(-0.15deg) scale(0.99);
}
div.main_container:nth-child(2) > div {
-webkit-transform: rotate(-0.25deg) scale(0.99);
-moz-transform: rotate(-0.25deg) scale(0.99);
-ms-transform: rotate(-0.25deg) scale(0.99);
-o-transform: rotate(-0.25deg) scale(0.99);
transform: rotate(-0.25deg) scale(0.99);
}
div.main_container:nth-child(3) > div {
-webkit-transform: rotate(0.15deg) scale(0.99);
-moz-transform: rotate(0.15deg) scale(0.99);
-ms-transform: rotate(0.15deg) scale(0.99);
-o-transform: rotate(0.15deg) scale(0.99);
transform: rotate(0.15deg) scale(0.99);
}
div.main_container:nth-child(1)::before {
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
-ms-transform: rotate(5deg);
-o-transform: rotate(5deg);
transform: rotate(5deg);
}
div.main_container:nth-child(2)::before {
-webkit-transform: rotate(2deg) translateY(-1.25rem) translateX(0.625rem);
-moz-transform: rotate(2deg) translateY(-1.25rem) translateX(0.625rem);
-ms-transform: rotate(2deg) translateY(-1.25rem) translateX(0.625rem);
-o-transform: rotate(2deg) translateY(-1.25rem) translateX(0.625rem);
transform: rotate(2deg) translateY(-1.25rem) translateX(0.625rem);
}
div.main_container:nth-child(3)::before {
-webkit-transform: rotate(-1deg) translateY(1rem) translateX(2rem);
-moz-transform: rotate(-1deg) translateY(1rem) translateX(2rem);
-ms-transform: rotate(-1deg) translateY(1rem) translateX(2rem);
-o-transform: rotate(-1deg) translateY(1rem) translateX(2rem);
transform: rotate(-1deg) translateY(1rem) translateX(2rem);
}
.report_container * {
-webkit-box-shadow:
0 0.0625rem 0 rgba(var(--black-monochrome)),
0 0.125rem 0 rgba(var(--gray-monochrome), 0.15);
-moz-box-shadow:
0 0.0625rem 0 rgba(var(--black-monochrome)),
0 0.125rem 0 rgba(var(--gray-monochrome), 0.15);
box-shadow:
0 0.0625rem 0 rgba(var(--black-monochrome)),
0 0.125rem 0 rgba(var(--gray-monochrome), 0.15);
}
.report_container .report_top,
.report_container .data-1 {
width: 100%;
display: table;
-webkit-box-shadow:
0 0.125rem 0 rgba(var(--black-monochrome)),
0 0.25rem 0 rgba(var(--gray-monochrome), 0.15);
-moz-box-shadow:
0 0.125rem 0 rgba(var(--black-monochrome)),
0 0.25rem 0 rgba(var(--gray-monochrome), 0.15);
box-shadow:
0 0.125rem 0 rgba(var(--black-monochrome)),
0 0.25rem 0 rgba(var(--gray-monochrome), 0.15);
margin: 0.5em 0;
}
.report_container .report_mid .data-1 > .row div.cell1,
.report_container .report_mid .data-1 > .row div.cell2 {
display: flex !important;
flex-direction: column;
}
.report_container .report_mid .data-1 > .row div.cell1 > span,
.report_container .report_mid .data-1 > .row div.cell2 > span {
display: block;
width: 100%;
flex-grow: 2;
}
.report_container .report_mid .data-1 > .row div.cell1 > span:first-of-type,
.report_container .report_mid .data-1 > .row div.cell2 > span:first-of-type {
box-shadow: initial;
margin-bottom: -0.5em;
padding-top: 0.25em;
}
.report_container .report_mid .data-1 > .row div.cell1 > span:last-of-type,
.report_container .report_mid .data-1 > .row div.cell2 > span:last-of-type {
padding-bottom: 0.25em;
}
.report_container > div {
-webkit-box-shadow:
0.125rem 0 0 rgba(var(--black-monochrome)),
0.25rem 0 0 rgba(var(--gray-monochrome), 0.05),
-0.125rem 0 0 rgba(var(--black-monochrome)),
-0.25rem 0 0 rgba(var(--gray-monochrome), 0.05),
0.125rem 0.125rem 0 rgba(var(--black-monochrome)),
-0.125rem -0.125rem 0 rgba(var(--black-monochrome));
-moz-box-shadow:
0.125rem 0 0 rgba(var(--black-monochrome)),
0.25rem 0 0 rgba(var(--gray-monochrome), 0.05),
-0.125rem 0 0 rgba(var(--black-monochrome)),
-0.25rem 0 0 rgba(var(--gray-monochrome), 0.05),
0.125rem 0.125rem 0 rgba(var(--black-monochrome)),
-0.125rem -0.125rem 0 rgba(var(--black-monochrome));
box-shadow:
0.125rem 0 0 rgba(var(--black-monochrome)),
0.25rem 0 0 rgba(var(--gray-monochrome), 0.05),
-0.125rem 0 0 rgba(var(--black-monochrome)),
-0.25rem 0 0 rgba(var(--gray-monochrome), 0.05),
0.125rem 0.125rem 0 rgba(var(--black-monochrome)),
-0.125rem -0.125rem 0 rgba(var(--black-monochrome));
}
.report_container .header div[class*="cell"],
.report_container .row div[class*="cell"] {
display: table-cell;
padding: 0.25em;
}
.report_container .header {
--wght: 700;
display: table-header-group;
font-weight: 700;
font-size: 1.1em;
font-family: operetta-12;
text-transform: uppercase;
}
#page-content > div:nth-child(5) .report_top > .header > .cell1 {
font-size: 175%;
}
.report_container .report_top .data-1 .row {
display: table-row-group;
}
.report_container div:not([class="report_top"]) .row {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.report_container div:not([class="report_top"]) .row > div {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-moz-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-box-shadow:
0.125rem 0.125rem 0 rgba(var(--gray-monochrome), 1);
-moz-box-shadow:
0.125rem 0.125rem 0 rgba(var(--gray-monochrome), 1);
box-shadow:
0.125rem 0.125rem 0 rgba(var(--gray-monochrome), 1);
padding: 0 0.5em;
}
.report_container .report_top > div:first-of-type {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
width: 100%;
font-size: 2em;
padding: 0 0 1rem 0;
}
.report_container .report_top div.cell1:nth-child(2) {
font-family: var(--mono-font);
}
.report_container .report_top div.cell1:nth-child(2),
.report_container .report_top div.cell1:nth-child(2) * {
font-variation-settings:
"wght" var(--mono-wght),
"slnt" var(--slnt),
"CASL" var(--CASL),
"CRSV" var(--CRSV),
"MONO" var(--MONO);
}
.report_container .report_top > div:first-of-type > div:first-of-type {
-webkit-box-flex: 0.25;
-webkit-flex-grow: 0.25;
-moz-box-flex: 0.25;
-ms-flex-positive: 0.25;
flex-grow: 0.25;
}
.report_container .report_top > div:first-of-type > div:nth-of-type(2) {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-shadow:
0.125rem 0.125rem 0 rgba(var(--gray-monochrome), 1),
-0.125rem 0.125rem 0 rgba(var(--gray-monochrome), 1),
-0.125rem -0.125rem 0 rgba(var(--gray-monochrome), 1),
0.125rem -0.125rem 0 rgba(var(--gray-monochrome), 1);
-moz-box-shadow:
0.125rem 0.125rem 0 rgba(var(--gray-monochrome), 1),
-0.125rem 0.125rem 0 rgba(var(--gray-monochrome), 1),
-0.125rem -0.125rem 0 rgba(var(--gray-monochrome), 1),
0.125rem -0.125rem 0 rgba(var(--gray-monochrome), 1);
box-shadow:
0.125rem 0.125rem 0 rgba(var(--gray-monochrome), 1),
-0.125rem 0.125rem 0 rgba(var(--gray-monochrome), 1),
-0.125rem -0.125rem 0 rgba(var(--gray-monochrome), 1),
0.125rem -0.125rem 0 rgba(var(--gray-monochrome), 1);
padding: 0.25rem 1rem;
-webkit-border-top-right-radius: 0.1em;
-moz-border-radius-topright: 0.1em;
border-top-right-radius: 0.1em;
-webkit-border-bottom-right-radius: 0.15em;
-moz-border-radius-bottomright: 0.15em;
border-bottom-right-radius: 0.15em;
-webkit-border-top-left-radius: 0.08em;
-moz-border-radius-topleft: 0.08em;
border-top-left-radius: 0.08em;
-webkit-border-bottom-left-radius: 0.12em;
-moz-border-radius-bottomleft: 0.12em;
border-bottom-left-radius: 0.12em;
}
.report_container .footnote_block {
--wght: 600;
all: initial;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -moz-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
font-family: var(--body-font);
font-weight: 600;
font-size: 0.8em;
margin-left: -0.5em;
margin-right: -0.5em;
}
.report_container .footnote_content,
.report_container .footnote_content * {
--wght: 600;
all: initial;
display: block;
position: absolute;
right: -12rem;
width: 8rem;
line-height: 1.2;
border: 0.125rem solid rgb(var(--black-monochrome));
font-family: var(--body-font);
font-weight: 600;
padding: 1rem;
text-shadow: initial;
-webkit-filter: initial;
filter: initial;
color: rgb(var(--black-monochrome));
-webkit-transition:
opacity 600ms cubic-bezier(0.4, 0.0, 0.2, 1),
-webkit-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
transition:
opacity 600ms cubic-bezier(0.4, 0.0, 0.2, 1),
-webkit-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
-o-transition:
opacity 600ms cubic-bezier(0.4, 0.0, 0.2, 1),
-o-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
-moz-transition:
opacity 600ms cubic-bezier(0.4, 0.0, 0.2, 1),
transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
-moz-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
transition:
opacity 600ms cubic-bezier(0.4, 0.0, 0.2, 1),
transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
transition:
opacity 600ms cubic-bezier(0.4, 0.0, 0.2, 1),
transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
-webkit-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
-moz-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
-o-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
pointer-events: none
z-index: 5;
}
.report_container .footnote_num {
--wght: 900;
text-shadow: initial;
font-weight: 900;
color: rgb(var(--white-monochrome));
cursor: pointer;
-webkit-box-shadow: initial;
-moz-box-shadow: initial;
box-shadow: initial;
-webkit-filter: unset;
filter: unset;
-webkit-transform: unset;
-moz-transform: unset;
-ms-transform: unset;
-o-transform: unset;
transform: unset;
border-bottom: 0.0625rem dotted;
line-height: 2;
background-color: rgb(var(--link-color));
height: 1em;
width: 1em;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 1;
}
.report_container .footnote_block .footnote_content::before {
--wght: 900;
content: " ";
position: absolute;
font-size: 1em;
top: -0.5em;
left: -0.5em;
text-shadow: initial;
font-weight: 900;
color: rgb(var(--white-monochrome));
cursor: pointer;
-webkit-box-shadow: initial;
-moz-box-shadow: initial;
box-shadow: initial;
-webkit-filter: unset;
filter: unset;
-webkit-transform: unset;
-moz-transform: unset;
-ms-transform: unset;
-o-transform: unset;
transform: unset;
line-height: 2;
background-color: rgb(var(--link-color));
height: 1em;
width: 1em;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0.25em
}
.report_container .footnote_block.one .footnote_content::before {
content: "1";
}
.report_container .footnote_block.two .footnote_content::before {
content: "2";
}
.report_container .footnote_block.three .footnote_content::before {
content: "3";
}
.report_container .footnote_block.four .footnote_content::before {
content: "4";
}
.report_container .footnote_block.five .footnote_content::before {
content: "5";
}
.report_container .footnote_block.six .footnote_content::before {
content: "6";
}
.report_container .footnote_num + div {
-webkit-transform: translateX(-25%);
-moz-transform: translateX(-25%);
-ms-transform: translateX(-25%);
-o-transform: translateX(-25%);
transform: translateX(-25%);
opacity: 0;
}
.report_container .footnote_num:hover + div {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.report_container .report_title {
--wght: 700;
font-family: ;
font-size: 1.25em;
font-weight: 700;
font-family: operetta-12;
text-transform: uppercase;
padding: 0.5rem 1rem 0.25rem;
}
.report_container .contents {
padding: 1rem;
}
.report_container .containment,
.report_container .description,
.report_container .discovery. .report_container .field_report {
margin-top: 1em;
}
.report_container .containment > .contents {
padding-bottom: 9rem;
margin-bottom: -7.2rem;
}
.report_container .discovery > .contents {
padding-bottom: 9rem;
margin-bottom: -7rem;
}
.report_container .discovery_label {
--wght: 900;
font-weight: 900;
}
.empty_cell {
color: transparent;
text-shadow: initial;
word-wrap: anywhere;
}
.nowrap {
display: inline-block;
box-shadow: initial;
}
@media only screen and (max-width: 1050px) {
.main_container,
.main_container * {
-webkit-transform: unset !important;
-moz-transform: unset !important;
-ms-transform: unset !important;
-o-transform: unset !important;
transform: unset !important;
-webkit-filter: unset;
filter: unset;
}
.report_container .footnote_content {
position: fixed;
bottom: 1em;
left: 12.5%;
background-color: rgba(var(--white-monochrome));
width: 75%;
}
}
.report_container .stamp {
--wght: 900;
width: 25%;
box-shadow:
0.125rem 0.125rem 0 rgba(var(--gray-monochrome), 0.25),
-0.125rem 0.125rem 0 rgba(var(--gray-monochrome), 0.35),
-0.1625rem -0.1625rem 0 rgba(var(--gray-monochrome), 0.45),
0.125rem -0.125rem 0 rgba(var(--gray-monochrome), 0.85);
position: absolute;
top: 2.5em;
right: 4em;
-webkit-border-top-right-radius: 0.5rem;
-moz-border-radius-topright: 0.5rem;
border-top-right-radius: 0.5rem;
-webkit-border-bottom-right-radius: 0.75rem;
-moz-border-radius-bottomright: 0.75rem;
border-bottom-right-radius: 0.75rem;
-webkit-border-top-left-radius: 0.44rem;
-moz-border-radius-topleft: 0.44rem;
border-top-left-radius: 0.44rem;
-webkit-border-bottom-left-radius: 0.32rem;
-moz-border-radius-bottomleft: 0.32rem;
border-bottom-left-radius: 0.32rem;
font-size: 0.8em;
transform: rotate(-8deg) scale(0.95);
padding: 0.5em;
font-weight: 900;
}
.report_container .stamp span {
display: flex;
box-shadow: initial;
}
.report_container .sui_sign {
font-family: shabby-chic, sans-serif;
font-size: 2.75em;
white-space: nowrap;
height: 1em;
letter-spacing: -0.05em;
margin-top: -0.25em;
}
.report_container span[class="black_highlighter"] {
display: inline-block;
clip-path: polygon(3% 0, 7% 1%, 11% 0%, 16% 2%, 20% 0, 23% 2%, 28% 2%, 32% 1%, 35% 1%, 39% 3%, 41% 1%, 45% 0%, 47% 2%, 50% 2%, 53% 0, 58% 2%, 60% 2%, 63% 1%, 65% 0%, 67% 2%, 69% 2%, 73% 1%, 76% 1%, 79% 0, 82% 1%, 85% 0, 87% 1%, 89% 0, 92% 1%, 96% 0, 98% 3%, 99% 3%, 99% 6%, 100% 11%, 98% 15%, 100% 21%, 99% 28%, 100% 32%, 99% 35%, 99% 40%, 100% 43%, 99% 48%, 100% 53%, 100% 57%, 99% 60%, 100% 64%, 100% 68%, 99% 72%, 100% 75%, 100% 79%, 99% 83%, 100% 86%, 100% 90%, 99% 94%, 99% 98%, 95% 99%, 92% 99%, 89% 100%, 86% 99%, 83% 100%, 77% 99%, 72% 100%, 66% 98%, 62% 100%, 59% 99%, 54% 99%, 49% 100%, 46% 98%, 43% 100%, 40% 98%, 38% 100%, 35% 99%, 31% 100%, 28% 99%, 25% 99%, 22% 100%, 19% 99%, 16% 100%, 13% 99%, 10% 99%, 7% 100%, 4% 99%, 2% 97%, 1% 97%, 0% 94%, 1% 89%, 0% 84%, 1% 81%, 0 76%, 0 71%, 1% 66%, 0% 64%, 0% 61%, 0% 59%, 1% 54%, 0% 49%, 1% 45%, 0% 40%, 1% 37%, 0% 34%, 1% 29%, 0% 23%, 2% 20%, 1% 17%, 1% 13%, 0 10%, 1% 6%, 1% 3%);
}
.report_container span[class="black_highlighter"]:nth-of-type(n+1) {
transform: rotateZ(-3deg) scale(-1.3) translateY(-0.1em);
display: inline-block;
}
.report_container span[class="black_highlighter"]:nth-of-type(2n+3) {
transform: rotateZ(2deg) scaleX(1.4) scaleY(1.2) translateY(0.1em);
display: inline-block;
}
.report_container span[class="black_highlighter"]:nth-of-type(4n-2) {
transform: rotateZ(-2deg) scaleX(1.5) scaleY(1.4) translateY(-0.1em);
display: inline-block;
}
@media only screen and (max-width: 768px) {
.page-title {
font-size: 2em;
}
table.wiki-content-table tr {
flex-wrap: wrap;
}
table.wiki-content-table tr > td {
min-width: 100%;
font-size: 1rem;
padding: 0.5rem;
}
.main_container {
width: 100%;
height: auto;
padding: 0;
margin: 0;
font-size: 0.9em;
}
.report_container .report_top,
.report_container .data-1 {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.report_container .report_top > div:first-of-type,
.report_container .data-1 > div:first-of-type {
-webkit-box-flex: 2;
-webkit-flex-grow: 2;
-moz-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
width: 100%;
}
.report_top > div:nth-child(1) {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
div.data-1:nth-child(2) > div:nth-child(1) {
display: none;
}
div.data-1:nth-child(2) > div:nth-child(2) {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -moz-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 100%;
height: 100%;
}
div.data-1:nth-child(2) > div:nth-child(2) > div {
position: relative;
-webkit-box-flex: 2;
-webkit-flex-grow: 2;
-moz-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
margin-top: 2em;
}
div.data-1:nth-child(2) > div:nth-child(2) > div::before {
--wght: 700;
font-family: operetta-12;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
width: 100%;
height: 100%;
top: -1.75em;
left: 0;
font-size: 1em;
font-weight: 700;
line-height: 1;
text-align: center;
}
div.data-1:nth-child(2) > div:nth-child(2) > div:nth-child(1)::before {
content: "CLASSIFICATION";
}
div.data-1:nth-child(2) > div:nth-child(2) > div:nth-child(2)::before {
content: "RISK ASSESSMENT";
}
div.data-1:nth-child(2) > div:nth-child(2) > div:nth-child(3)::before {
content: "SITE ASSIGNMENT";
}
}
@media (max-width: 500px ) {
.report_container {
padding: 0.5rem 0.5rem 4.5rem 0.5rem;
margin: 0rem;
}
.report_container .containment > .contents {
padding-bottom: 4.5rem;
margin-bottom: -3.6rem;
}
.report_container .discovery > .contents {
padding-bottom: 4.5rem;
margin-bottom: -3.5rem;
}
.report_container div:not([class="report_top"]) .row > div {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
}
@media (max-width: 500px ) {
.warning-container .warning-body {
padding: 0.5rem 1rem;
margin-bottom: 1.5rem;
font-size: 95%;
}
}
report_top
report_top
black_highlighter
black_highlighter
black_highlighter
black_highlighter
report_top
page-title
warning-container
warning-top
warning-body
main_container
report_container
report_top
header
cell1
cell1
data-1
header
cell1
cell2
cell3
row
cell1
cell2
cell3
report_mid
data-1
header
cell1
row
cell1
cell2
cell3
empty_cell
cell4
empty_cell
cell5
empty_cell
cell6
empty_cell
report_bottom
data-1
header
cell1
row
cell1
footnote_block
one
footnote_num
footnote_content
cell2
footnote_block
two
footnote_num
footnote_content
cell2
footnote_block
three
footnote_num
footnote_content
cell4
empty_cell
cell5
empty_cell
cell6
empty_cell
cell7
empty_cell
cell8
empty_cell
containment
report_title
contents
main_container
report_container
containment
contents
main_container
report_container
description
report_title
contents
footnote_block
four
footnote_num
footnote_content
footnote_block
five
footnote_num
footnote_content
discovery
contents
discovery_label
nowrap
footnote_block
six
footnote_num
footnote_content
main_container
report_container
report_top
header
cell1
stamp
cell1
sui_sign
fiend_report
report_title
contents
black_highlighter
black_highlighter
main_container
report_container
fiend_report
contents
black_highlighter
black_highlighter
main_container
report_container
fiend_report
contents
black_highlighter
black_highlighter
main_container
report_container
fiend_report
contents
warning-container
continue-button
accept
supervisor