.text
{
	margin: 10px auto;
	border: solid 1px #818181;	/* Gy-5.5 */
	background-color: #d2d2d2;	/* Gy-8.5 */
	padding: 10px;
	width: 600px;
	height: 430px;
	overflow-y: auto;
	font-size: 12px;
}

#buttons
{
	text-align: center;
}

.command
{
	border-radius: 15px;
	width: 200px;
	height: 30px;
	font-size: 16px;
}

