html {
	height: 100%;
	background: #fff;
	color: #000;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow: auto;
}
body {
	padding: 20px;
	height: 100vh;
	box-sizing: border-box;
	margin: 0;
	background: #fafafa;
}

.translate-container {
	height: 100%;
}
.box-shadow-1 {
	border: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 2px;
}
.halving-div-left {
	width: 50%;
	display: inline;
	float: left;
	box-sizing: border-box;
	height: 100%;
}
.halving-div-right {
	width: 50%;
	display: inline;
	float: right;
	box-sizing: border-box;
	height: 100%;
}
.translate-container .transdiv {
	background-color: #fff;
	padding: 20px;
	height: 100%;
	box-sizing: border-box;
}
.translate-container .english {
	margin-right: 10px;
}
.translate-container .olililan {
	margin-left: 10px;
}
.translate-container textarea {
	width: 100%;
	height: 100%;
	border: none;
	resize: none;
	outline: none;
	font-size: 20px;
	line-height: 25px;
	font-family: sans-serif;
}
