@Import "../../Common/Structure.css";
@Import "Content.css";

.NoScript
{
	position: absolute;
	
	display: block;
	width: 100%;
	height: 690px;
	
	top: 0px;
	z-index: 500;
	
	font-size: 20px;
	font-weight: bold;
	color: rgb(51, 76, 139);
	
	text-align: center;
	background-color: White;
}

.NoScript span
{
	display: block;
	width: 100%;
	margin-top: 25%;
}

