#fresh-view {
	border: 1px solid lightgray;
	border-radius: 10px;
	padding: 20px;
}

#fresh-view textarea {
	width: 720px;
	height: 350px;
}

#fresh-view table,
#fresh-view table tr,
#fresh-view table tr td {
	border: none;
}

#fresh-view .area-width {
	width: 720px;
}

#fresh-view .result-text {
	border: 1px solid lightgray;
	padding: 10px;
	border-radius: 5px;
	background-color: #fafafa;
	display: none;
}
