/* DODAWANIE KOMENTARZA */
.content_bottom {
	border: none;
}
.comment-add {
	padding-top: 10px; 
	padding-left: 20px; 
}
.comment-add .label-for-content {
	width: 100px;
	float: left;
}
.comment-add h2 {
	text-align: left;
}
/* Tabela */
.comment {
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0px;
}
.comment td {
}
.comment_title {
	color: blue;
	font-weight: bold;	
}
.comment_grade {
	width: 70px;
	text-align: right;
	background-color: #ffb933;
}
.comment_content {
	text-align: justify;
	padding: 10px 0px;
}
.comment_date {
	font-size: 9px;	
	color: grey;
	width: 120px;
	text-align: right;
}
.comment_user{
	color: grey;
	vertical-align: top;
	text-align: right;
}