#reviewComments {
	width: 94%;
	margin: 15px 3%;
    float: left;
}

h1 {
	font-size: 21px;
	margin-bottom: 0;
}

#commentTable{
    width : 100%;
}
#commentTable_filter {
	float: right;
}
#commentTable_length {
	float: left;
}
tbody td {
	text-align: center;
	font-size: 14px;
}
#commentTable_info {
	font-size: 13px;
	margin-top: 14px;
	text-align: center;
}

.isApproved, .notDeleted{
    color : green;
    cursor : pointer;
}

.notApproved, .isDeleted{
    color : #dc143c;
    cursor : pointer;
}
tr.odd {
	background-color: #F1F0F0;
}

