div.overallcomment{
	width: 70%;
	text-align: center;
	position: relative;
}
#OverallCommentForm{
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	text-align: center;
}
#OverallComment{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: left;
}
table.com td {
	vertical-align: top;
	color: DarkRed;
	font-size: initial;
	text-align: left;
}
table.com_ps td {
	vertical-align: top;
	color: White;
}

.comment{
	padding: 6px 6px;
	margin: 6px 0;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
}

.comment_btn{
	background: #46C;
	padding: 6px 6px;
	margin: 6px 0;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	-webkit-transition-duration: 0.4s; 
	transition-duration: 0.4s;
	color: #ddd;
}
.comment_btn:hover {
	background: #8AE;
	color: #fff;
	border: 1px solid #fff;
}
@media (max-width: 1200px) {
	#OverallComment{
		width: 80%;
	}
	.comment{
		width: 50%;
		font-size: 1.5vw;
		padding: 0.5vw 0.5vw;
		margin: 0px 0;
	}

	.comment_btn{
		font-size: 1.5vw;
		padding: 0.5vw 0.5vw;
		}
	table.com td {
		font-size: 2.0vw;
	}
}
@media (min-width: 1200px) {
	#OverallComment{
		width: 80%;
	}
}
@media (min-width: 2000px) {
	#OverallComment{
		width: 50%;
	}
}
