body{
	width:90%;
	margin: 0 auto;
}
input{
	width:90%;
	margin:auto 0;
	height:3rem;
}
.proto p{
	color:#777;
}
h1{
	font-size:1.5rem;
}
.proto h2{
	font-size:1rem;
	background: #eff;
}
.trans h2{
	font-size:1rem;
	background: #fee;
}
.proto{
	padding: 0;
}
.trans{
	padding: 0;
}
.foo{
	border:solid 1px #ccc;
	border-radius: 3rem;
	padding:1.5rem;
}
.arrow{
	text-align:center;
	font-size: 1.2rem;
	color:#777;
	font-weight:bold;
	margin:0;
}
#container textarea{
	font-size:1.2rem;
	padding:0.3rem;
	border-radius:0.2rem;
}

