/* CSS Document */
#noscript {
    position: fixed;
	top: 0px;
	left: calc(50% - 1px);
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	width: 100%;
    max-width: 2000px;
	min-height: 100px;
	padding: 30px;
    color: #FFFFFF;
    font-size: 1.25em;
    text-align: center;
	background-color: #FF0000;
    transform: translateX(-50%);
	z-index: 1000;
}
body[data-state='1'] {
    opacity: 1 !important;
}