@charset "UTF-8";
/* CSS Document */

body{
	padding: 20px;
}

html, body {
	width: 100%;
	height: 100%;
}
p {
	width:80%;
	text-align: right;
}

textarea {
	padding: 10px;
	width: 80%;
	height: 80%;
	font-size:1em;
}
input.selectButton {
	width:200px;
	font-size:1.2em;
}
