#resultArea{
	background-color:#eeeeee;
	height:320px;
	padding:20px;
	font-size:14px;
	border-radius:6px;
	
}

.statText {
	font-size:12px;
}

.textResult{
	overflow-y:auto;
	overflow-x:hidden;
	height:290px;
	margin-bottom:20px;
}


.textResult a:visited, .textResult a:link {
	text-decoration:none;
}

.textResult a:hover{
	font-size:14px;
	background-color:#FFFF00;
	border-radius:6px;
}

.tool-image {

	min-height:200px;
	max-height:200px;
}


.chinese-mt {
	font-family: 'waffle-regular';
	font-size: 28px;
	/*margin-left: 11%;
	margin-top: 33%;*/
	width: 100%;
	height:1000px;
	
	-webkit-overflow-scrolling:touch;
}
.chinese-mt iframe {
	border: 0;
	width: 100%;
	height: 100%;
	
}

/*Table head for Copora List*/
.table-head {
	background-color: #999999;
	color:#FFFFFF;
}


