/*table*/
.message_table{
	border-top: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	border-collapse: collapse;
	font-size: 14px;
}
.message_table tr{
	width: 100%;
	height: 30px;
}
.message_table tr:nth-of-type(odd){
	background-color: #F0F0F0;
}
.message_table tr.message_head{
	background-color: #C4C4C4;
}
.message_table tr td{
	width: 149px;
	height: 29px;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	text-align: center;
}
.message_table tr td a{
	color: #00A0E8;
	margin: 0 3px;
}
.close{
	margin-left: 20px;
}
.message_table tr td .remove{
	color: #FF0000;
}
/*课程评论*/
.course_comment tr td{
	height: 99px;
}
.course_comment tr.message_head td{
	height: 29px;
}