html{
	background-image:url("/images/assets/background/check.gif");
	background-color:#ff9;
	background-blend-mode: multiply;
	
	animation-name: bgScrollDiagonalRight;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

ul{
	margin:0px;
	list-style-type: lower-roman;
	z-index:100;
}

#headerbox{
	background-color:#ff9;
	padding:4px;
}
#headerbox h2{
	margin:0px;
}

#imagepreview{
	outline:1px red solid;
}

.fileContent{
	display:inline-block;
	background-color:#343;
	color:#9c9;
	font-weight:bold;
	border-radius:8px;
	width:calc(100% - 20px);
	ntext-align:center;
	line-height: 80%;
	padding:4px;
	
	background-image:url("/images/assets/background/check.gif");
	background-attachment:fixed;
	background-blend-mode: multiply;
	
	animation-name: bgScrollDiagonalRight;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

#style #fileContent{
	npadding:4px;
	nbackground:none;
	ncolor:black;
	nnmax-height:120px;
	nnoverflow:auto;
	nwidth:100%;
	nndisplay:none;
	
}

#style{
	ndisplay:none;
}

#A0welcome p{
	display:none;
}

#A0welcome #fileContent p{
	text-align:center;
	display:inline;
}

@media screen and (max-width: 600px) {
	
	#fileContent{
		font-size:1.2vw;
	}