.data-table-highlight {
	background-color: yellow!Important;
}

table.dataTable thead th, table.dataTable thead td {
  border-bottom: 1px solid #111;
}

.nowrap {
	white-space: nowrap;
}

table.dataTable .odd {
	background-color: #f0f0f0;
}

table.dataTable tr td {
	border-top: 1px solid #ddd;
}

.table-filters {
	clear: both;
	padding-top:15px;
}

.dt-ext-buttons {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media print {
    table, table tr, table td {
        border-top: #000 solid 1px;
        border-bottom: #000 solid 1px;
        border-left: #000 solid 1px;
        border-right: #000 solid 1px;
    }
}