table.dataTable td.dt-empty {
	display: none;
}

table.dataTable tbody {
	visibility: hidden;
}

/* Hide the "Show X entries" dropdown */
.dt-length {
	display: none;
}

/* Hide the search box */
.dt-search {
	display: none;
}

div.dt-search {
	display: none !important;
}

/* Hide the "Showing X to Y of Z entries" text */
.dt-info {
	display: none !important;
}

/* Hide the 'Edit' links or buttons */
.dt-container .row-actions {
	display: none !important;
}

/* Hide the 'Edit' link or button in the table */
.dt-container .edit-link,
.dt-container a[href*="edit"],
.dt-container .row-actions {
	display: none !important;
}

.colred {
	color: red;
}

.abc {
	text-align: center !important;
	font-size: 150%;
	color: #670E2A !important;
}