body, p, div, span, a, h1, h2, h3, h4{
	font-family: -apple-system, 'PingFang SC', 'Source Han Sans SC', 'Noto Sans CJK SC', 'Microsoft Yahei', 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}
textarea, .CodeMirror div, .CodeMirror span{
	font-family: monospace, consolas !important;
	font-size: 15px;
}
body{
	background-image: url('../images/background-desktop.png');
	margin: 0;
	background-repeat: repeat-y;
	background-size: contain;
}

a{
	text-decoration: none;
	color: #fd852d;
	transition: .2s;
	cursor: pointer;
}
a:hover{
	color: #cc6666;
	border-color: #cc6666 !important;
}
a.link-go{
	font-size: 18px;
	border-bottom: 1px dashed #fd852d;
}
a.button{
	font-size: 20px;
	text-align: center;
	border: 2px dashed #fd983b;
}
h1{
	font-weight: normal;
	/*margin: 0px 20px 10px 0px;*/
	font-size: 30px;
	color: #222;
}
p{
	font-size: 20px;
	font-weight: 100px;
	margin: 10px 0px 10px 0px;
}

#main_nav{
	background-color: rgba(255,255,255,.95);
}

/* Page 1 */
#page-1{
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	min-height: 100%;
}
#title-wrapper{
	align-items: center;
	width: 100%;
	height: 95%;
}
#title{
	width: 100%;
	position: relative;
	padding: 0px 20px 50px 20px;
	display: flex;	background-size: contain;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#title-logo-container{
	overflow: hidden;
}
#title-logo-div{
}
#title-logo{
	position: relative;
	width: 900px;
	margin-top: -10%;
}
#title-title{
	font-size: 55px;
	color: #444;
	margin: 0px 0px 0px 5px;
}
#title-text{
	width:500px;
	padding:5px;
}
#title-subtitle > p{
	font-size: 18px;
	color: #666;
	font-weight:bold;
	text-align: center;
	padding: 2px;
	margin: 0px;
}
#instruction{
	color: #fff;
	font-size: 20px;
}

.page{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.page-under-title{
}
.page-primary{
}
.content-container{
	width: 100%;
	padding: 10px 10px 10px 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.content-detail > tbody > tr > td{
	padding: 2px;
	margin: 0px;
}
.feature-page-container{
	max-width: 1024px;
	padding: 10px 10px 10px 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.words-container{
	width: 50%;
}
.feature-container{
	max-width: 290px;
	min-width: 290px;
	min-height: 230px;
	border: 1px dashed #888;
	margin: 10px;
	padding: 10px 10px 0px 10px;
	
}
.feature-container > h3, .words-container > h1 {
	color: #666;
	padding: 20px;
	margin: 0px;
}
.feature-container > p {
	color: #2d1f03;
	font-size: 17px;
	padding: 2px;
	margin: 0px;
}
.img-container{

}
.img{
}
.break{
	width: 10%;
}

hr{
	height: 50px;
	border: 0px;
	background-image: url('../images/line.png');
	background-size: contain;
}



/* Page 3 */
#custom-test-wrapper{
	min-width: 800px;
	background-color: #eeeeeecc;
	border-radius: 10pt;
	padding: 5px 20px;
}
#custom-test-inner-box{
	display: flex;
	flex-direction: row;
}
#custom-test-input-data{
	width: 35%;
	height: 350px;
}
#custom-test-judge-result{
	width: 65%;
	height: 350px;
}
#judgeresult{
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	border: 0;
}
div.select-items{
	line-height: 40px;
	font-size: 16px;
	transition: .1s;
	padding-left: 10px;
}
div.select-items:hover{
	background-color: #999999aa !important;
}
div.select-items.selected{
	background-color: #bbbbbbaa;
}

#footer{
	width: 100%;
	text-align: center;
	padding: 20px 0px;
}
