/* text besides icon for sorting in tables */
.icon_comment {
	display:none;
}

/* dataTables */
.dataTables_length {
	float: right;
	text-align: right;
}
.dataTables_length label { 
	white-space: nowrap;
	color: rgba(255, 84, 81, 1);
	font-weight: bold;
	text-transform: uppercase;
}
.dataTables_filter {
	float: left;
	text-align: left;
}
.dataTables_filter label {
	white-space: nowrap;
	color: rgba(255, 84, 81, 1);
	font-weight: bold;
	text-transform: uppercase;
}
.dataTables_info {
	white-space: nowrap;
	color: rgba(255, 84, 81, 1);
	font-weight: bold;
	text-transform: uppercase;
}
table.dataTable thead th {
	
}