.comment-title {
	padding-left: 0px;
	margin-top: 10px;
	color: #111111;
	text-shadow: 0px 0px 8px #999999;
	font-size: 20px;
	color: #111111;
}

.comment-amount {
	margin-top: 15px;
	text-align: right;
	font-size: 16px;
	font-weight: 900;
	font-family: "ΣΧΤ²";
}

.comment-amount>a {
	color: #B82B24;
}

.comment-amount>a:hover {
	color: #428BC1;
	text-decoration: none;
}

.comment-textarea-div {
	background-color: #FDFDFD;
	margin-right: 0px;
	border: 1px solid #1C4C83;
	box-shadow: 0px 0px 5px #3E6EA5;
	-moz-box-shadow: 0px 0px 5px #3E6EA5;
	-webkit-box-shadow: 0px 0px 5px #3E6EA5;
	-o-box-shadow: 0px 0px 5px #3E6EA5;
	padding-left: 0px;
}

.comment-textarea-div textarea {
	margin-top: 15px;
	width: 100%;
	resize: none;
	border-top: 0px solid #FDFDFD;
	border-left: 0px solid #FDFDFD;
	border-right: 0px solid #FDFDFD;
	border-bottom: 1px dotted #1C4C83;
	background-color: #FDFDFD;
}

.div-body-panel-list {
	font-size: 18px;
	overflow: hidden;
	font-weight: 700;
	line-height: 1.4;
	color: #666666;
	margin-bottom: 15px;
}

ul.media-list li.media {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

#media-body-userName strong {
	font-size: 16px;
	color: #74511a;
}

#media-body-userName div {
	float: right;
}

#course-noComment {
	margin-left: 20px;
	font-size: 14px;
	overflow: hidden;
	color: #cccccc;
	margin-bottom: 15px;
}

#commentTips{
	padding-top:25px;
	color:red;
	font-weight:700;
}

#tip-div {
	line-height: 45px;
	font-size: 14px;
	text-align: right;
	color: #B82B24;
}