body {
	font-family: Arial;
	font-size: 16px;
	background-color: #EFEFEF;
}

h1 {
	font-size: 20px;
}

.text {
	font-size: 14px;
	width: 360px;
}

.cell_aa_title {
	font-weight: 600;
	text-align: right;
}

.cell_pososto_title {
	font-weight: 600;
	text-align: center;
}

.cell_comment_title {
	width: 140px;
	font-weight: 800;
	color: white;
	background-color: green;
	text-align: center;
}

.cell_aa {
	text-align: right;
}

.cell_pososto {
	text-align: right;
}

.cell_comment {
	width: 140px;
	font-size: 14px;
	text-align: center;
}

#button_clear {
	width: 100%;
	padding: 5px;
	color: #FFFFFF;
	background-color: #555555;
	cursor: pointer;
}
